/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( 174 extern tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb, 268 extern tBTM_STATUS BTM_EnableTestMode(void); 290 extern tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window, 345 extern tBTM_STATUS BTM_SetPeriodicInquiryMode( 385 extern tBTM_STATUS BTM_StartInquiry(tBTM_INQ_PARMS* p_inqparms, 414 extern tBTM_STATUS BTM_CancelInquiry(void); [all …]
|
D | btm_ble_api.h | 179 extern tBTM_STATUS BTM_BleObserve(bool start, uint8_t duration, 545 extern tBTM_STATUS BTM_BleSetConnectableMode( 639 extern tBTM_STATUS BTM_BleStackEnable(bool enable); 725 extern tBTM_STATUS BTM_BleGetEnergyInfo( 737 extern tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, 764 extern tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys,
|
D | btm_ble_api_types.h | 350 typedef void(tBTM_BLE_ADV_DATA_CMPL_CBACK)(tBTM_STATUS status); 448 base::Callback<void(uint8_t /*action*/, tBTM_STATUS /* status */)>; 521 tBTM_STATUS status); 527 typedef void(tBTM_BLE_CTRL_FEATURES_CBACK)(tBTM_STATUS status); 530 tBTM_STATUS status);
|
D | btm_api_types.h | 57 typedef uint8_t tBTM_STATUS; typedef 666 tBTM_STATUS status; 760 tBTM_STATUS status; 771 tBTM_STATUS status; 782 tBTM_STATUS status; 792 tBTM_STATUS status; 802 tBTM_STATUS status; 812 tBTM_STATUS status; 1482 tBTM_STATUS status; /* */ 1499 tBTM_STATUS status; /* status of the simple pairing process */ [all …]
|
/system/bt/stack/btm/ |
D | btm_ble_int.h | 44 extern tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda, 48 extern tBTM_STATUS btm_ble_set_discoverability(uint16_t combined_mode); 49 extern tBTM_STATUS btm_ble_set_connectability(uint16_t combined_mode); 55 extern tBTM_STATUS btm_ble_start_inquiry(uint8_t mode, uint8_t duration); 71 extern tBTM_STATUS btm_ble_start_adv(void); 72 extern tBTM_STATUS btm_ble_stop_adv(void); 74 extern tBTM_STATUS btm_ble_start_scan(void); 85 extern tBTM_STATUS btm_ble_set_encryption(const RawAddress& bd_addr, 90 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, 109 extern tBTM_STATUS btm_set_packet_types(tACL_CONN* p, uint16_t pkt_types); 119 extern tBTM_STATUS btm_remove_acl(const RawAddress& bd_addr, 144 extern tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda, 183 extern tBTM_STATUS btm_ble_read_resolving_list_entry( 195 extern tBTM_STATUS BTM_BT_Quality_Report_VSE_Register( 217 extern tBTM_STATUS btm_sec_l2cap_access_req(const RawAddress& bd_addr, 222 extern tBTM_STATUS btm_sec_mx_access_request(const RawAddress& bd_addr, 242 extern tBTM_STATUS btm_sec_disconnect(uint16_t handle, uint8_t reason); 285 extern tBTM_STATUS btm_sec_execute_procedure(tBTM_SEC_DEV_REC* p_dev_rec);
|
D | btm_devctl.cc | 423 tBTM_STATUS BTM_SetLocalDeviceName(char* p_name) { in BTM_SetLocalDeviceName() 452 tBTM_STATUS BTM_ReadLocalDeviceName(char** p_name) { in BTM_ReadLocalDeviceName() 467 tBTM_STATUS BTM_ReadLocalDeviceNameFromController( in BTM_ReadLocalDeviceNameFromController() 521 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) { in BTM_SetDeviceClass() 649 tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb, bool is_register) { in BTM_RegisterForVSEvents() 650 tBTM_STATUS retval = BTM_SUCCESS; in BTM_RegisterForVSEvents() 751 tBTM_STATUS BTM_EnableTestMode(void) { in BTM_EnableTestMode() 798 tBTM_STATUS BTM_DeleteStoredLinkKey(const RawAddress* bd_addr, in BTM_DeleteStoredLinkKey() 919 tBTM_STATUS BTM_BT_Quality_Report_VSE_Register( in BTM_BT_Quality_Report_VSE_Register() 921 tBTM_STATUS retval = in BTM_BT_Quality_Report_VSE_Register()
|
D | btm_inq.cc | 116 static tBTM_STATUS btm_set_inq_event_filter(uint8_t filter_cond_type, 143 tBTM_STATUS BTM_SetDiscoverability(uint16_t inq_mode, uint16_t window, in BTM_SetDiscoverability() 254 tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type) { in BTM_SetInquiryScanType() 287 tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type) { in BTM_SetPageScanType() 323 tBTM_STATUS BTM_SetInquiryMode(uint8_t mode) { in BTM_SetInquiryMode() 405 tBTM_STATUS BTM_SetPeriodicInquiryMode(tBTM_INQ_PARMS* p_inqparms, in BTM_SetPeriodicInquiryMode() 408 tBTM_STATUS status; in BTM_SetPeriodicInquiryMode() 494 tBTM_STATUS BTM_CancelPeriodicInquiry(void) { in BTM_CancelPeriodicInquiry() 496 tBTM_STATUS status = BTM_SUCCESS; in BTM_CancelPeriodicInquiry() 535 tBTM_STATUS BTM_SetConnectability(uint16_t page_mode, uint16_t window, in BTM_SetConnectability() [all …]
|
D | btm_pm.cc | 77 static tBTM_STATUS btm_pm_snd_md_req(uint8_t pm_id, int link_ind, 108 tBTM_STATUS BTM_PmRegister(uint8_t mask, uint8_t* p_pm_id, in BTM_PmRegister() 147 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() 261 tBTM_STATUS BTM_ReadPowerMode(const RawAddress& remote_bda, in BTM_ReadPowerMode() 293 tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda, in btm_read_power_mode_state() 321 tBTM_STATUS BTM_SetSsrParams(const RawAddress& remote_bda, uint16_t max_lat, in BTM_SetSsrParams() 561 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 | 504 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { in BTM_GetRole() 537 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role, in BTM_SwitchRole() 542 tBTM_STATUS status; in BTM_SwitchRole() 727 tBTM_STATUS BTM_SetLinkPolicy(const RawAddress& remote_bda, in BTM_SetLinkPolicy() 1267 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda, in BTM_GetLinkSuperTout() 1289 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda, in BTM_SetLinkSuperTout() 1655 tBTM_STATUS btm_set_packet_types(tACL_CONN* p, uint16_t pkt_types) { in btm_set_packet_types() 1737 tBTM_STATUS BTM_ReadRemoteVersion(const RawAddress& addr, uint8_t* lmp_version, in BTM_ReadRemoteVersion() 1839 tBTM_STATUS BTM_RegBusyLevelNotif(tBTM_BL_CHANGE_CB* p_cb, uint8_t* p_level, in BTM_RegBusyLevelNotif() 1865 tBTM_STATUS BTM_SetQoS(const RawAddress& bd, FLOW_SPEC* p_flow, in BTM_SetQoS() [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() 1041 tBTM_STATUS BTM_SetScoPacketTypes(uint16_t sco_inx, uint16_t pkt_types) { in BTM_SetScoPacketTypes() 1204 tBTM_STATUS BTM_SetEScoMode(enh_esco_params_t* p_parms) { in BTM_SetEScoMode() 1242 tBTM_STATUS BTM_RegForEScoEvts(uint16_t sco_inx, in BTM_RegForEScoEvts() 1278 tBTM_STATUS BTM_ReadEScoLinkParms(uint16_t sco_inx, tBTM_ESCO_DATA* p_parms) { in BTM_ReadEScoLinkParms() 1327 tBTM_STATUS BTM_ChangeEScoLinkParms(uint16_t sco_inx, in BTM_ChangeEScoLinkParms()
|
D | btm_ble_gap.cc | 406 tBTM_STATUS BTM_BleObserve(bool start, uint8_t duration, in BTM_BleObserve() 410 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve() 720 tBTM_STATUS BTM_BleSetConnectableMode(tBTM_BLE_CONN_MODE connectable_mode) { in BTM_BleSetConnectableMode() 1060 tBTM_STATUS btm_ble_set_discoverability(uint16_t combined_mode) { in btm_ble_set_discoverability() 1066 tBTM_STATUS status = BTM_SUCCESS; in btm_ble_set_discoverability() 1152 tBTM_STATUS btm_ble_set_connectability(uint16_t combined_mode) { in btm_ble_set_connectability() 1158 tBTM_STATUS status = BTM_SUCCESS; in btm_ble_set_connectability() 1265 tBTM_STATUS btm_ble_start_inquiry(uint8_t mode, uint8_t duration) { in btm_ble_start_inquiry() 1266 tBTM_STATUS status = BTM_CMD_STARTED; in btm_ble_start_inquiry() 1362 tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda, in btm_ble_read_remote_name() [all …]
|
D | btm_sec.cc | 77 static tBTM_STATUS btm_sec_dd_create_conn(tBTM_SEC_DEV_REC* p_dev_rec); 95 static tBTM_STATUS btm_sec_send_hci_disconnect(tBTM_SEC_DEV_REC* p_dev_rec, 875 tBTM_STATUS btm_sec_bond_by_transport(const RawAddress& bd_addr, in btm_sec_bond_by_transport() 879 tBTM_STATUS status; in btm_sec_bond_by_transport() 1053 tBTM_STATUS BTM_SecBondByTransport(const RawAddress& bd_addr, in BTM_SecBondByTransport() 1086 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, uint8_t pin_len, in BTM_SecBond() 1104 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() 1184 tBTM_STATUS BTM_SecGetDeviceLinkKey(const RawAddress& bd_addr, in BTM_SecGetDeviceLinkKey() 1245 tBTM_STATUS BTM_SetEncryption(const RawAddress& bd_addr, in BTM_SetEncryption() 1249 tBTM_STATUS rc = 0; in BTM_SetEncryption() [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()
|
D | btm_ble.cc | 752 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() 867 tBTM_STATUS BTM_BleSetDefaultPhy(uint8_t all_phys, uint8_t tx_phys, in BTM_BleSetDefaultPhy() 1507 tBTM_STATUS btm_ble_set_encryption(const RawAddress& bd_addr, in btm_ble_set_encryption() 1510 tBTM_STATUS cmd = BTM_NO_RESOURCES; in btm_ble_set_encryption() 1601 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, in btm_ble_start_encrypt()
|
/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/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/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/bta/dm/ |
D | bta_dm_act.cc | 104 static void bta_dm_bond_cancel_complete_cback(tBTM_STATUS result); 124 static void bta_dm_ctrl_features_rd_cmpl_cback(tBTM_STATUS result); 816 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() 2147 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback() 2472 tBTM_STATUS status = BTM_CMD_STARTED; in bta_dm_sp_cback() 3212 static void bta_dm_bond_cancel_complete_cback(tBTM_STATUS result) { in bta_dm_bond_cancel_complete_cback() 3611 UNUSED_ATTR void* p_ref_data, tBTM_STATUS result) { in bta_dm_encrypt_cback() 3782 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()
|
D | btif_bqr.cc | 200 tBTM_STATUS btm_status = BTM_BT_Quality_Report_VSE_Register( in ConfigureBqrCmpl()
|
/system/bt/stack/avdt/ |
D | avdt_l2c.cc | 171 tBTM_STATUS rc; in avdt_l2c_connect_ind_cback()
|
/system/bt/bta/ag/ |
D | bta_ag_sco.cc | 250 tBTM_STATUS status = BTM_RemoveSco(p_scb->sco_idx); in bta_ag_remove_sco() 446 tBTM_STATUS status = BTM_CreateSco( in bta_ag_create_sco()
|