Searched refs:BTM_VendorSpecificCommand (Results 1 - 10 of 10) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_cont_energy.c100 if ((status = BTM_VendorSpecificCommand (HCI_BLE_ENERGY_INFO_OCF, 0, NULL,
H A Dbtm_ble_adv_filter.c489 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 Dbtm_ble_privacy.c467 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 Dbtm_ble_batchscan.c327 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 Dbtm_ble_multi_adv.c213 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 Dbtm_devctl.c634 ** 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 Dbtm_ble_gap.c323 if ((BTM_VendorSpecificCommand(HCI_BLE_EXTENDED_SCAN_PARAMS_OCF,
609 if ( BTM_VendorSpecificCommand (HCI_BLE_VENDOR_CAP_OCF,
/system/bt/btif/src/
H A Dbtif_core.c680 BTM_VendorSpecificCommand(opcode, len, buf, btif_dut_mode_cback);
/system/bt/stack/include/
H A Dbtm_api.h2045 ** Function BTM_VendorSpecificCommand
2057 extern tBTM_STATUS BTM_VendorSpecificCommand(UINT16 opcode,
/system/bt/stack/l2cap/
H A Dl2c_utils.c2521 BTM_VendorSpecificCommand (HCI_BRCM_SET_ACL_PRIORITY, HCI_BRCM_ACL_PRIORITY_PARAM_SIZE, command, NULL);

Completed in 267 milliseconds