Hi Howard, > This replaces the BT_DBG function to bt_dev_dbg as it is cleaner to show > the controller index in the debug message. > > Signed-off-by: Howard Chung <howardchung@xxxxxxxxxx> > --- > > Changes in v9: > - Fix compile warning on patch 6/6 > > Changes in v8: > - Simplified logic in __hci_update_interleaved_scan > - Remove hdev->name when calling bt_dev_dbg > - Remove 'default' in hci_req_add_le_interleaved_scan switch block > - Remove {} around :1915 > - Update commit message and title in v7 4/5 > - Add a cleanup patch for replacing BT_DBG with bt_dev_dbg > > Changes in v7: > - Fix bt_dev_warn argument type warning > > Changes in v6: > - Set parameter EnableAdvMonInterleaveScan to 1 byte long > > Changes in v5: > - Rename 'adv_monitor' from many functions/variables > - Move __hci_update_interleaved_scan into hci_req_add_le_passive_scan > - Update the logic of update_adv_monitor_scan_state > > Changes in v4: > - Rebase to bluetooth-next/master (previous 2 patches are applied) > - Fix over 80 chars limit in mgmt_config.c > - Set EnableAdvMonInterleaveScan default to Disable > > Changes in v3: > - Remove 'Bluez' prefix > > Changes in v2: > - remove 'case 0x001c' in mgmt_config.c > > net/bluetooth/hci_request.c | 52 ++++++++++++++++++------------------- > 1 file changed, 26 insertions(+), 26 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel