Searched refs:BTM_VendorSpecificCommand (Results 1 - 10 of 10) sorted by relevance
/system/bt/stack/btm/ |
H A D | btm_ble_cont_energy.c | 100 if ((status = BTM_VendorSpecificCommand (HCI_BLE_ENERGY_INFO_OCF, 0, NULL,
|
H A D | btm_ble_adv_filter.c | 489 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 641 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 763 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 836 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 909 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 1022 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 1120 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 1140 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 1161 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF, 1208 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OC [all...] |
H A D | btm_ble_privacy.c | 467 st = BTM_VendorSpecificCommand(HCI_VENDOR_BLE_RPA_VSC, 505 st = BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC, 546 st = BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC, 661 st = BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC, BTM_BLE_IRK_ENABLE_LEN, 816 if (BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC,
|
H A D | btm_ble_batchscan.c | 327 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF, 516 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF, 563 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF, 602 if ((status = BTM_VendorSpecificCommand(HCI_BLE_BATCH_SCAN_OCF,
|
H A D | btm_ble_multi_adv.c | 213 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF, 305 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF, 354 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF, 694 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF,
|
H A D | btm_devctl.c | 634 ** Function BTM_VendorSpecificCommand 647 tBTM_STATUS BTM_VendorSpecificCommand(UINT16 opcode, UINT8 param_len, function 652 BTM_TRACE_EVENT ("BTM: BTM_VendorSpecificCommand: Opcode: 0x%04X, ParamLen: %i.",
|
H A D | btm_ble_gap.c | 323 if ((BTM_VendorSpecificCommand(HCI_BLE_EXTENDED_SCAN_PARAMS_OCF, 609 if ( BTM_VendorSpecificCommand (HCI_BLE_VENDOR_CAP_OCF,
|
/system/bt/btif/src/ |
H A D | btif_core.c | 680 BTM_VendorSpecificCommand(opcode, len, buf, btif_dut_mode_cback);
|
/system/bt/stack/include/ |
H A D | btm_api.h | 2045 ** Function BTM_VendorSpecificCommand 2057 extern tBTM_STATUS BTM_VendorSpecificCommand(UINT16 opcode,
|
/system/bt/stack/l2cap/ |
H A D | l2c_utils.c | 2521 BTM_VendorSpecificCommand (HCI_BRCM_SET_ACL_PRIORITY, HCI_BRCM_ACL_PRIORITY_PARAM_SIZE, command, NULL);
|
Completed in 84 milliseconds