HomeSort by relevance Sort by last modified time
    Searched refs:BTM_VendorSpecificCommand (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_cont_energy.c 100 if ((status = BTM_VendorSpecificCommand (HCI_BLE_ENERGY_INFO_OCF, 0, NULL,
btm_ble_adv_filter.c 475 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF,
627 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF,
749 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF,
822 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF,
895 if ((st = BTM_VendorSpecificCommand (HCI_BLE_ADV_FILTER_OCF,
    [all...]
btm_ble_batchscan.c 287 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF,
477 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF,
520 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF,
559 if ((status = BTM_VendorSpecificCommand(HCI_BLE_BATCH_SCAN_OCF,
    [all...]
btm_ble_multi_adv.c 197 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF,
289 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF,
336 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF,
674 if ((rt = BTM_VendorSpecificCommand (HCI_BLE_MULTI_ADV_OCF,
btm_devctl.c     [all...]
btm_ble_gap.c 529 if ( BTM_VendorSpecificCommand (HCI_BLE_VENDOR_CAP_OCF,
    [all...]
  /external/bluetooth/bluedroid/vnd/ble/
vendor_ble.c 402 if ((st = BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC,
441 st = BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC,
480 st = BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC,
569 if (BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC,
680 st = BTM_VendorSpecificCommand (HCI_VENDOR_BLE_RPA_VSC, BTM_BLE_IRK_ENABLE_LEN,
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 880 BTM_VendorSpecificCommand(opcode, len, buf, btif_dut_mode_cback);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 633 status = BTM_VendorSpecificCommand(p_data->vendor_command.opcode,p_data->vendor_command.param_len,p_data->vendor_command.p_param_buf, p_data->vendor_command.p_cback);
    [all...]

Completed in 78 milliseconds