/system/bt/stack/include/ |
D | btm_api.h | 82 extern tBTM_STATUS BTM_SetLocalDeviceName(char* p_name); 93 extern tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class); 108 extern tBTM_STATUS BTM_ReadLocalDeviceName(char** p_name); 120 extern tBTM_STATUS BTM_ReadLocalDeviceNameFromController( 163 extern tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb, 257 extern tBTM_STATUS BTM_EnableTestMode(void); 279 extern tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window, 335 extern tBTM_STATUS BTM_StartInquiry(tBTM_INQ_PARMS* p_inqparms, 364 extern tBTM_STATUS BTM_CancelInquiry(void); 378 extern tBTM_STATUS BTM_CancelPeriodicInquiry(void); [all …]
|
D | btm_api_types.h | 57 typedef uint8_t tBTM_STATUS; typedef 529 tBTM_STATUS status; 611 tBTM_STATUS status; 622 tBTM_STATUS status; 633 tBTM_STATUS status; 643 tBTM_STATUS status; 653 tBTM_STATUS status; 663 tBTM_STATUS status; 1203 tBTM_STATUS status; /* */ 1220 tBTM_STATUS status; /* status of the simple pairing process */ [all …]
|
D | btm_ble_api_types.h | 314 typedef void(tBTM_BLE_ADV_DATA_CMPL_CBACK)(tBTM_STATUS status); 409 base::Callback<void(uint8_t /*action*/, tBTM_STATUS /* status */)>; 466 tBTM_STATUS status); 472 typedef void(tBTM_BLE_CTRL_FEATURES_CBACK)(tBTM_STATUS status);
|
D | btm_ble_api.h | 152 extern tBTM_STATUS BTM_BleObserve(bool start, uint8_t duration, 568 extern tBTM_STATUS BTM_BleGetEnergyInfo( 580 extern tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr,
|
/system/bt/main/shim/ |
D | btm_api.h | 61 tBTM_STATUS BTM_StartInquiry(tBTM_INQ_PARMS* p_inqparms, 81 tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window, 98 tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type); 112 tBTM_STATUS BTM_BleObserve(bool start, uint8_t duration, 130 tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type); 148 tBTM_STATUS BTM_SetInquiryMode(uint8_t mode); 178 tBTM_STATUS BTM_CancelPeriodicInquiry(void); 194 tBTM_STATUS BTM_SetConnectability(uint16_t page_mode, uint16_t window, 236 tBTM_STATUS BTM_CancelInquiry(void); 262 tBTM_STATUS BTM_ReadRemoteDeviceName(const RawAddress& remote_bda, [all …]
|
D | btm_api.cc | 281 tBTM_STATUS bluetooth::shim::BTM_StartInquiry(tBTM_INQ_PARMS* p_inqparms, in BTM_StartInquiry() 368 tBTM_STATUS bluetooth::shim::BTM_SetDiscoverability(uint16_t discoverable_mode, in BTM_SetDiscoverability() 409 tBTM_STATUS bluetooth::shim::BTM_SetInquiryScanType(uint16_t scan_type) { in BTM_SetInquiryScanType() 425 tBTM_STATUS bluetooth::shim::BTM_BleObserve(bool start, uint8_t duration_sec, in BTM_BleObserve() 504 tBTM_STATUS bluetooth::shim::BTM_SetPageScanType(uint16_t scan_type) { in BTM_SetPageScanType() 523 tBTM_STATUS bluetooth::shim::BTM_SetInquiryMode(uint8_t inquiry_mode) { in BTM_SetInquiryMode() 551 tBTM_STATUS bluetooth::shim::BTM_CancelPeriodicInquiry(void) { in BTM_CancelPeriodicInquiry() 556 tBTM_STATUS bluetooth::shim::BTM_SetConnectability(uint16_t page_mode, in BTM_SetConnectability() 614 tBTM_STATUS bluetooth::shim::BTM_CancelInquiry(void) { in BTM_CancelInquiry() 659 tBTM_STATUS bluetooth::shim::BTM_ReadRemoteDeviceName( in BTM_ReadRemoteDeviceName() [all …]
|
D | btm.h | 211 tBTM_STATUS CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
|
/system/bt/stack/btm/ |
D | btm_ble_int.h | 43 extern tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda, 47 extern tBTM_STATUS btm_ble_set_discoverability(uint16_t combined_mode); 48 extern tBTM_STATUS btm_ble_set_connectability(uint16_t combined_mode); 54 extern tBTM_STATUS btm_ble_start_inquiry(uint8_t mode, uint8_t duration); 68 extern tBTM_STATUS btm_ble_start_adv(void); 69 extern tBTM_STATUS btm_ble_stop_adv(void); 71 extern tBTM_STATUS btm_ble_start_scan(void); 82 extern tBTM_STATUS btm_ble_set_encryption(const RawAddress& bd_addr, 87 extern tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk,
|
D | btm_int.h | 56 extern tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, 108 extern tBTM_STATUS btm_set_packet_types(tACL_CONN* p, uint16_t pkt_types); 118 extern tBTM_STATUS btm_remove_acl(const RawAddress& bd_addr, 143 extern tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda, 181 extern tBTM_STATUS btm_ble_read_resolving_list_entry( 193 extern tBTM_STATUS BTM_BT_Quality_Report_VSE_Register( 215 extern tBTM_STATUS btm_sec_l2cap_access_req(const RawAddress& bd_addr, 220 extern tBTM_STATUS btm_sec_mx_access_request(const RawAddress& bd_addr, 239 extern tBTM_STATUS btm_sec_disconnect(uint16_t handle, uint8_t reason); 280 extern tBTM_STATUS btm_sec_execute_procedure(tBTM_SEC_DEV_REC* p_dev_rec);
|
D | btm_devctl.cc | 409 tBTM_STATUS BTM_SetLocalDeviceName(char* p_name) { in BTM_SetLocalDeviceName() 438 tBTM_STATUS BTM_ReadLocalDeviceName(char** p_name) { in BTM_ReadLocalDeviceName() 453 tBTM_STATUS BTM_ReadLocalDeviceNameFromController( in BTM_ReadLocalDeviceNameFromController() 507 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) { in BTM_SetDeviceClass() 618 tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb, bool is_register) { in BTM_RegisterForVSEvents() 619 tBTM_STATUS retval = BTM_SUCCESS; in BTM_RegisterForVSEvents() 720 tBTM_STATUS BTM_EnableTestMode(void) { in BTM_EnableTestMode() 767 tBTM_STATUS BTM_DeleteStoredLinkKey(const RawAddress* bd_addr, in BTM_DeleteStoredLinkKey() 885 tBTM_STATUS BTM_BT_Quality_Report_VSE_Register( in BTM_BT_Quality_Report_VSE_Register() 887 tBTM_STATUS retval = in BTM_BT_Quality_Report_VSE_Register()
|
D | btm_inq.cc | 119 static tBTM_STATUS btm_set_inq_event_filter(uint8_t filter_cond_type, 154 tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window, in BTM_SetDiscoverability() 269 tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type) { in BTM_SetInquiryScanType() 306 tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type) { in BTM_SetPageScanType() 346 tBTM_STATUS BTM_SetInquiryMode(uint8_t mode) { in BTM_SetInquiryMode() 410 tBTM_STATUS BTM_CancelPeriodicInquiry(void) { in BTM_CancelPeriodicInquiry() 416 tBTM_STATUS status = BTM_SUCCESS; in BTM_CancelPeriodicInquiry() 455 tBTM_STATUS BTM_SetConnectability(uint16_t page_mode, uint16_t window, in BTM_SetConnectability() 581 tBTM_STATUS BTM_CancelInquiry(void) { in BTM_CancelInquiry() 586 tBTM_STATUS status = BTM_SUCCESS; in BTM_CancelInquiry() [all …]
|
D | btm_pm.cc | 72 static tBTM_STATUS btm_pm_snd_md_req(uint8_t pm_id, int link_ind, 103 tBTM_STATUS BTM_PmRegister(uint8_t mask, uint8_t* p_pm_id, in BTM_PmRegister() 142 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() 255 tBTM_STATUS BTM_ReadPowerMode(const RawAddress& remote_bda, in BTM_ReadPowerMode() 287 tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda, in btm_read_power_mode_state() 315 tBTM_STATUS BTM_SetSsrParams(const RawAddress& remote_bda, uint16_t max_lat, in BTM_SetSsrParams() 555 static tBTM_STATUS btm_pm_snd_md_req(uint8_t pm_id, int link_ind, in btm_pm_snd_md_req()
|
D | btm_ble_cont_energy.cc | 83 tBTM_STATUS BTM_BleGetEnergyInfo(tBTM_BLE_ENERGY_INFO_CBACK* p_ener_cback) { in BTM_BleGetEnergyInfo()
|
D | btm_acl.cc | 506 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { in BTM_GetRole() 539 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role, in BTM_SwitchRole() 544 tBTM_STATUS status; in BTM_SwitchRole() 754 tBTM_STATUS BTM_SetLinkPolicy(const RawAddress& remote_bda, in BTM_SetLinkPolicy() 1240 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda, in BTM_GetLinkSuperTout() 1262 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda, in BTM_SetLinkSuperTout() 1632 tBTM_STATUS btm_set_packet_types(tACL_CONN* p, uint16_t pkt_types) { in btm_set_packet_types() 1714 tBTM_STATUS BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version, in BTM_ReadRemoteVersion() 1757 tBTM_STATUS BTM_RegBusyLevelNotif(tBTM_BL_CHANGE_CB* p_cb, uint8_t* p_level, in BTM_RegBusyLevelNotif() 1839 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) { in BTM_ReadRSSI() [all …]
|
D | btm_sco.cc | 226 tBTM_STATUS BTM_WriteScoData(UNUSED_ATTR uint16_t sco_inx, in BTM_WriteScoData() 242 static tBTM_STATUS btm_send_connect_request(uint16_t acl_handle, in btm_send_connect_request() 431 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, in BTM_CreateSco() 884 tBTM_STATUS BTM_RemoveSco(uint16_t sco_inx) { in BTM_RemoveSco() 1058 tBTM_STATUS BTM_SetEScoMode(enh_esco_params_t* p_parms) { in BTM_SetEScoMode() 1096 tBTM_STATUS BTM_RegForEScoEvts(uint16_t sco_inx, in BTM_RegForEScoEvts() 1135 tBTM_STATUS BTM_ChangeEScoLinkParms(uint16_t sco_inx, in BTM_ChangeEScoLinkParms()
|
D | btm_ble_gap.cc | 381 tBTM_STATUS BTM_BleObserve(bool start, uint8_t duration, in BTM_BleObserve() 390 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve() 972 tBTM_STATUS btm_ble_set_discoverability(uint16_t combined_mode) { in btm_ble_set_discoverability() 978 tBTM_STATUS status = BTM_SUCCESS; in btm_ble_set_discoverability() 1064 tBTM_STATUS btm_ble_set_connectability(uint16_t combined_mode) { in btm_ble_set_connectability() 1070 tBTM_STATUS status = BTM_SUCCESS; in btm_ble_set_connectability() 1177 tBTM_STATUS btm_ble_start_inquiry(uint8_t mode, uint8_t duration) { in btm_ble_start_inquiry() 1178 tBTM_STATUS status = BTM_CMD_STARTED; in btm_ble_start_inquiry() 1276 tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda, in btm_ble_read_remote_name() 1994 tBTM_STATUS btm_ble_start_scan(void) { in btm_ble_start_scan() [all …]
|
D | btm_sec.cc | 78 static tBTM_STATUS btm_sec_dd_create_conn(tBTM_SEC_DEV_REC* p_dev_rec); 96 static tBTM_STATUS btm_sec_send_hci_disconnect(tBTM_SEC_DEV_REC* p_dev_rec, 802 tBTM_STATUS btm_sec_bond_by_transport(const RawAddress& bd_addr, in btm_sec_bond_by_transport() 806 tBTM_STATUS status; in btm_sec_bond_by_transport() 980 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTM_SecBond() 1016 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() 1137 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() 1146 tBTM_STATUS rc = 0; in BTM_SetEncryption() 1231 static tBTM_STATUS btm_sec_send_hci_disconnect(tBTM_SEC_DEV_REC* p_dev_rec, in btm_sec_send_hci_disconnect() 1235 tBTM_STATUS status = BTM_CMD_STARTED; in btm_sec_send_hci_disconnect() [all …]
|
D | btm_ble_privacy.cc | 412 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry() 472 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry()
|
/system/bt/stack/test/common/ |
D | mock_btm_layer.h | 30 virtual tBTM_STATUS MultiplexingProtocolAccessRequest( 41 tBTM_STATUS(const RawAddress& bd_addr, uint16_t psm,
|
D | mock_btm_layer.cc | 33 tBTM_STATUS btm_sec_mx_access_request(const RawAddress& bd_addr, uint16_t psm, in btm_sec_mx_access_request()
|
/system/bt/test/headless/read/ |
D | name.cc | 55 tBTM_STATUS status = BTM_ReadRemoteDeviceName( in Run()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_sco.cc | 52 tBTM_STATUS status; in bta_hf_client_sco_remove() 225 tBTM_STATUS status; in bta_hf_client_sco_create()
|
/system/bt/stack/gatt/ |
D | gatt_auth.cc | 154 UNUSED_ATTR void* p_ref_data, tBTM_STATUS result) { in gatt_enc_cmpl_cback() 426 tBTM_STATUS btm_status = in gatt_security_check_start()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 106 static void bta_dm_bond_cancel_complete_cback(tBTM_STATUS result); 126 static void bta_dm_ctrl_features_rd_cmpl_cback(tBTM_STATUS result); 822 tBTM_STATUS status = in bta_dm_bond() 851 tBTM_STATUS status; in bta_dm_bond_cancel() 1218 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name() 2152 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback() 2477 tBTM_STATUS status = BTM_CMD_STARTED; in bta_dm_sp_cback() 3219 static void bta_dm_bond_cancel_complete_cback(tBTM_STATUS result) { in bta_dm_bond_cancel_complete_cback() 3618 UNUSED_ATTR void* p_ref_data, tBTM_STATUS result) { in bta_dm_encrypt_cback() 3789 tBTM_STATUS status = BTM_SUCCESS; in bta_dm_ble_smp_cback() [all …]
|
/system/bt/btif/src/ |
D | btif_sock_sco.cc | 138 tBTM_STATUS status; in sco_socket_establish_locked()
|