D | basic_commands.py | 1289 def le_set_scan_parameters(transport, idx, ScanType, interval, window, AddrType, FilterPolicy, to): argument 1291 …Q, 9, HCICommands.BT_HCI_OP_LE_SET_SCAN_PARAM, ScanType, interval, window, AddrType, FilterPolicy); 1432 def le_add_device_to_filter_accept_list(transport, idx, AddrType, AVal, to): argument 1434 …ADD_DEVICE_TO_FILTER_ACCEPT_LIST_REQ, 9, HCICommands.BT_HCI_OP_LE_ADD_DEV_TO_FAL, AddrType, *AVal); 1456 def le_remove_device_from_filter_accept_list(transport, idx, AddrType, AVal, to): argument 1458 …DEVICE_FROM_FILTER_ACCEPT_LIST_REQ, 9, HCICommands.BT_HCI_OP_LE_REM_DEV_FROM_FAL, AddrType, *AVal); 2699 def le_periodic_advertising_create_sync(transport, idx, FilterPolicy, sid, AddrType, AVal, skip, Sy… argument 2701 …TE_SYNC_REQ, 16, HCICommands.BT_HCI_OP_LE_PER_ADV_CREATE_SYNC, FilterPolicy, sid, AddrType, *AVal); 2773 def le_add_device_to_periodic_advertiser_list(transport, idx, AddrType, AVal, sid, to): argument 2775 …RIODIC_ADVERTISER_LIST_REQ, 10, HCICommands.BT_HCI_OP_LE_ADD_DEV_TO_PER_ADV_LIST, AddrType, *AVal); [all …]
|