/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 81 typedef uint8_t tBTM_STATUS; typedef 690 tBTM_STATUS status; 785 tBTM_STATUS status; 795 tBTM_STATUS status; 805 tBTM_STATUS status; 815 tBTM_STATUS status; 823 tBTM_STATUS status; 832 tBTM_STATUS status; 840 tBTM_STATUS status; 1592 tBTM_STATUS status; /* */ [all …]
|
D | btm_ble_api.h | 510 void *p_ref, tBTM_STATUS status); 695 tBTM_BLE_PF_AVBL_SPACE avbl_space, tBTM_STATUS status, 701 typedef void (tBTM_BLE_PF_STATUS_CBACK) (UINT8 action, tBTM_STATUS status, 707 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status); 984 tBTM_STATUS status); 991 typedef void (tBTM_BLE_CTRL_FEATURES_CBACK)(tBTM_STATUS status); 1000 typedef void (*tBLE_SCAN_PARAM_SETUP_CBACK)(tGATT_IF client_if, tBTM_STATUS status); 1007 typedef void (tBTM_UPDATE_DUPLICATE_EXCEPTIONAL_LIST_CMPL_CBACK) (tBTM_STATUS status, uint8_t subco… 1009 typedef void (tBTM_SET_PRIVACY_MODE_CMPL_CBACK) (tBTM_STATUS status); 1010 typedef void (tBTM_SET_CSA_SUPPORT_CMPL_CBACK) (tBTM_STATUS status); [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 24 static tBTM_STATUS btm_ble_ext_adv_params_validate(tBTM_BLE_GAP_EXT_ADV_PARAMS *params); 25 static tBTM_STATUS btm_ble_ext_adv_set_data_validate(UINT8 instance, UINT16 len, UINT8 *data); 221 tBTM_STATUS BTM_BleReadPhy(BD_ADDR bd_addr, UINT8 *tx_phy, UINT8 *rx_phy) in BTM_BleReadPhy() 242 tBTM_STATUS BTM_BleSetPreferDefaultPhy(UINT8 tx_phy_mask, UINT8 rx_phy_mask) in BTM_BleSetPreferDefaultPhy() 245 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetPreferDefaultPhy() 263 tBTM_STATUS BTM_BleSetPreferPhy(BD_ADDR bd_addr, UINT8 all_phys, UINT8 tx_phy_mask, in BTM_BleSetPreferPhy() 289 tBTM_STATUS BTM_BleSetExtendedAdvRandaddr(UINT8 instance, BD_ADDR rand_addr) in BTM_BleSetExtendedAdvRandaddr() 291 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetExtendedAdvRandaddr() 350 tBTM_STATUS BTM_BleSetExtendedAdvParams(UINT8 instance, tBTM_BLE_GAP_EXT_ADV_PARAMS *params) in BTM_BleSetExtendedAdvParams() 352 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetExtendedAdvParams() [all …]
|
D | btm_ble_batchscan.c | 164 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_rep_q() 309 tBTM_STATUS btm_ble_read_batchscan_reports(tBTM_BLE_BATCH_SCAN_MODE scan_mode, in btm_ble_read_batchscan_reports() 312 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_read_batchscan_reports() 358 tBTM_STATUS btm_status = 0; in btm_ble_batchscan_vsc_cmpl_cback() 480 tBTM_STATUS btm_ble_set_storage_config(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, in btm_ble_set_storage_config() 483 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_storage_config() 519 tBTM_STATUS btm_ble_set_batchscan_param(tBTM_BLE_BATCH_SCAN_MODE scan_mode, in btm_ble_set_batchscan_param() 523 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_batchscan_param() 561 tBTM_STATUS btm_ble_enable_disable_batchscan(BOOLEAN should_enable) in btm_ble_enable_disable_batchscan() 563 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_enable_disable_batchscan() [all …]
|
D | btm_ble_multi_adv.c | 197 tBTM_STATUS btm_ble_enable_multi_adv (BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt) in btm_ble_enable_multi_adv() 201 tBTM_STATUS rt; in btm_ble_enable_multi_adv() 251 tBTM_STATUS btm_ble_multi_adv_set_params (tBTM_BLE_MULTI_ADV_INST *p_inst, in btm_ble_multi_adv_set_params() 256 tBTM_STATUS rt; in btm_ble_multi_adv_set_params() 337 tBTM_STATUS btm_ble_multi_adv_write_rpa (tBTM_BLE_MULTI_ADV_INST *p_inst, BD_ADDR random_addr) in btm_ble_multi_adv_write_rpa() 340 tBTM_STATUS rt; in btm_ble_multi_adv_write_rpa() 523 tBTM_STATUS BTM_BleEnableAdvInstance (tBTM_BLE_ADV_PARAMS *p_params, in BTM_BleEnableAdvInstance() 527 tBTM_STATUS rt = BTM_NO_RESOURCES; in BTM_BleEnableAdvInstance() 587 tBTM_STATUS BTM_BleUpdateAdvInstParam (UINT8 inst_id, tBTM_BLE_ADV_PARAMS *p_params) in BTM_BleUpdateAdvInstParam() 589 tBTM_STATUS rt = BTM_ILLEGAL_VALUE; in BTM_BleUpdateAdvInstParam() [all …]
|
D | btm_devctl.c | 117 tBTM_STATUS status = BTM_DEV_RESET; in btm_db_reset() 448 tBTM_STATUS BTM_SetLocalDeviceName (char *p_name) in BTM_SetLocalDeviceName() 495 tBTM_STATUS BTM_ReadLocalDeviceName (char **p_name) in BTM_ReadLocalDeviceName() 517 tBTM_STATUS BTM_ReadLocalDeviceNameFromController (tBTM_CMPL_CB *p_rln_cmpl_cback) in BTM_ReadLocalDeviceNameFromController() 574 tBTM_STATUS BTM_SetDeviceClass (DEV_CLASS dev_class) in BTM_SetDeviceClass() 662 tBTM_STATUS BTM_VendorSpecificCommand(UINT16 opcode, UINT8 param_len, in BTM_VendorSpecificCommand() 765 tBTM_STATUS BTM_RegisterForVSEvents (tBTM_VS_EVT_CB *p_cb, BOOLEAN is_register) in BTM_RegisterForVSEvents() 767 tBTM_STATUS retval = BTM_SUCCESS; in BTM_RegisterForVSEvents() 850 tBTM_STATUS BTM_WritePageTimeout(UINT16 timeout) in BTM_WritePageTimeout() 875 tBTM_STATUS BTM_WriteVoiceSettings(UINT16 settings) in BTM_WriteVoiceSettings() [all …]
|
D | btm_ble_adv_filter.c | 93 tBTM_STATUS btm_ble_obtain_vsc_details(void) in btm_ble_obtain_vsc_details() 95 tBTM_STATUS st = BTM_SUCCESS; in btm_ble_obtain_vsc_details() 455 tBTM_STATUS btm_ble_update_pf_local_name(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_pf_local_name() 463 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_pf_local_name() 513 tBTM_STATUS btm_ble_update_srvc_data_change(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_srvc_data_change() 517 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_srvc_data_change() 541 tBTM_STATUS btm_ble_update_pf_manu_data(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_pf_manu_data() 554 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_pf_manu_data() 715 tBTM_STATUS btm_ble_update_addr_filter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_addr_filter() 721 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_addr_filter() [all …]
|
D | btm_ble_cont_energy.c | 84 tBTM_STATUS BTM_BleGetEnergyInfo(tBTM_BLE_ENERGY_INFO_CBACK *p_ener_cback) in BTM_BleGetEnergyInfo() 86 tBTM_STATUS status = BTM_ILLEGAL_VALUE; in BTM_BleGetEnergyInfo()
|
D | btm_sco.c | 263 tBTM_STATUS BTM_ConfigScoPath (tBTM_SCO_ROUTE_TYPE path, in BTM_ConfigScoPath() 503 tBTM_STATUS BTM_WriteScoData (UINT16 sco_inx, BT_HDR *p_buf) in BTM_WriteScoData() 509 tBTM_STATUS status = BTM_SUCCESS; in BTM_WriteScoData() 577 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle, in btm_send_connect_request() 739 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, in BTM_CreateSco() 1156 tBTM_STATUS BTM_RemoveSco (UINT16 sco_inx) in BTM_RemoveSco() 1316 tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types) in BTM_SetScoPacketTypes() 1489 tBTM_STATUS BTM_SetEScoMode (tBTM_SCO_TYPE sco_mode, tBTM_ESCO_PARAMS *p_parms) in BTM_SetEScoMode() 1544 tBTM_STATUS BTM_RegForEScoEvts (UINT16 sco_inx, tBTM_ESCO_CBACK *p_esco_cback) in BTM_RegForEScoEvts() 1579 tBTM_STATUS BTM_ReadEScoLinkParms (UINT16 sco_inx, tBTM_ESCO_DATA *p_parms) in BTM_ReadEScoLinkParms() [all …]
|
D | btm_inq.c | 136 static tBTM_STATUS btm_set_inq_event_filter (UINT8 filter_cond_type, tBTM_INQ_FILT_COND *p_filt_co… 161 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) in BTM_SetDiscoverability() 284 tBTM_STATUS BTM_SetInquiryScanType (UINT16 scan_type) in BTM_SetInquiryScanType() 324 tBTM_STATUS BTM_SetPageScanType (UINT16 scan_type) in BTM_SetPageScanType() 367 tBTM_STATUS BTM_SetInquiryMode (UINT8 mode) in BTM_SetInquiryMode() 454 tBTM_STATUS BTM_SetPeriodicInquiryMode (tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay, in BTM_SetPeriodicInquiryMode() 457 tBTM_STATUS status; in BTM_SetPeriodicInquiryMode() 541 tBTM_STATUS BTM_CancelPeriodicInquiry(void) in BTM_CancelPeriodicInquiry() 544 tBTM_STATUS status = BTM_SUCCESS; in BTM_CancelPeriodicInquiry() 588 tBTM_STATUS BTM_SetConnectability (UINT16 page_mode, UINT16 window, UINT16 interval) in BTM_SetConnectability() [all …]
|
D | btm_ble_gap.c | 467 tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT32 duration, in BTM_BleObserve() 471 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve() 551 tBTM_STATUS BTM_BleScan(BOOLEAN start, UINT32 duration, in BTM_BleScan() 555 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleScan() 627 tBTM_STATUS BTM_BleBroadcast(BOOLEAN start, tBTM_START_STOP_ADV_CMPL_CBACK *p_stop_adv_cback) in BTM_BleBroadcast() 629 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleBroadcast() 1339 tBTM_STATUS BTM_BleSetConnectableMode(tBTM_BLE_CONN_MODE connectable_mode) in BTM_BleSetConnectableMode() 1458 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max, in BTM_BleSetAdvParams() 1464 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetAdvParams() 1525 tBTM_STATUS BTM_BleSetAdvParamsAll(UINT16 adv_int_min, UINT16 adv_int_max, UINT8 adv_type, in BTM_BleSetAdvParamsAll() [all …]
|
D | btm_ble_privacy.c | 533 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_remove_resolving_list_entry() 540 tBTM_STATUS st = BTM_NO_RESOURCES; in btm_ble_remove_resolving_list_entry() 586 tBTM_STATUS btm_ble_clear_resolving_list(void) in btm_ble_clear_resolving_list() 588 tBTM_STATUS st = BTM_NO_RESOURCES; in btm_ble_clear_resolving_list() 619 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_read_resolving_list_entry() 621 tBTM_STATUS st = BTM_NO_RESOURCES; in btm_ble_read_resolving_list_entry() 745 tBTM_STATUS btm_ble_vendor_enable_irk_feature(BOOLEAN enable) in btm_ble_vendor_enable_irk_feature() 748 tBTM_STATUS st = BTM_MODE_UNSUPPORTED; in btm_ble_vendor_enable_irk_feature()
|
D | btm_acl.c | 619 tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role) in BTM_GetRole() 651 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb) in BTM_SwitchRole() 658 tBTM_STATUS status; in BTM_SwitchRole() 856 tBTM_STATUS BTM_SetLinkPolicy (BD_ADDR remote_bda, UINT16 *settings) in BTM_SetLinkPolicy() 1296 tBTM_STATUS BTM_GetLinkSuperTout (BD_ADDR remote_bda, UINT16 *p_timeout) in BTM_GetLinkSuperTout() 1319 tBTM_STATUS BTM_SetLinkSuperTout (BD_ADDR remote_bda, UINT16 timeout) in BTM_SetLinkSuperTout() 1637 tBTM_STATUS btm_set_packet_types (tACL_CONN *p, UINT16 pkt_types) in btm_set_packet_types() 1724 tBTM_STATUS BTM_ReadRemoteVersion (BD_ADDR addr, UINT8 *lmp_version, in BTM_ReadRemoteVersion() 1836 tBTM_STATUS BTM_RegBusyLevelNotif (tBTM_BL_CHANGE_CB *p_cb, UINT8 *p_level, in BTM_RegBusyLevelNotif() 1858 tBTM_STATUS BTM_RegAclLinkStatNotif(tBTM_ACL_LINK_STAT_CB *p_cb) in BTM_RegAclLinkStatNotif() [all …]
|
D | btm_pm.c | 79 static tBTM_STATUS btm_pm_snd_md_req( UINT8 pm_id, UINT16 link_hdl, tBTM_PM_PWR_MD *p_mode ); 130 tBTM_STATUS BTM_PmRegister (UINT8 mask, UINT8 *p_pm_id, tBTM_PM_STATUS_CBACK *p_cb) in BTM_PmRegister() 173 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode() 281 tBTM_STATUS BTM_ReadPowerMode (BD_ADDR remote_bda, tBTM_PM_MODE *p_mode) in BTM_ReadPowerMode() 310 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat, in BTM_SetSsrParams() 548 static tBTM_STATUS btm_pm_snd_md_req(UINT8 pm_id, UINT16 link_hdl, tBTM_PM_PWR_MD *p_mode) in btm_pm_snd_md_req()
|
D | btm_sec.c | 64 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec); 71 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec); 89 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 c… 961 tBTM_STATUS btm_sec_bond_by_transport (BD_ADDR bd_addr, tBT_TRANSPORT transport, in btm_sec_bond_by_transport() 965 tBTM_STATUS status; in btm_sec_bond_by_transport() 1149 tBTM_STATUS BTM_SecBondByTransport (BD_ADDR bd_addr, tBT_TRANSPORT transport, in BTM_SecBondByTransport() 1184 tBTM_STATUS BTM_SecBond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]) in BTM_SecBond() 1205 tBTM_STATUS BTM_SecBondCancel (BD_ADDR bd_addr) in BTM_SecBondCancel() 1290 tBTM_STATUS BTM_SecGetDeviceLinkKey (BD_ADDR bd_addr, LINK_KEY link_key) in BTM_SecGetDeviceLinkKey() 1355 tBTM_STATUS BTM_SetEncryption (BD_ADDR bd_addr, tBT_TRANSPORT transport, tBTM_SEC_CBACK *p_callback, in BTM_SetEncryption() [all …]
|
D | btm_ble.c | 924 tBTM_STATUS BTM_SetBleDataLength(BD_ADDR bd_addr, UINT16 tx_pdu_length) in BTM_SetBleDataLength() 1538 tBTM_STATUS btm_ble_set_encryption (BD_ADDR bd_addr, void *p_ref_data, UINT8 link_role) in btm_ble_set_encryption() 1540 tBTM_STATUS cmd = BTM_NO_RESOURCES; in btm_ble_set_encryption() 1645 tBTM_STATUS btm_ble_start_encrypt(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk) in btm_ble_start_encrypt() 1653 tBTM_STATUS rt = BTM_NO_RESOURCES; in btm_ble_start_encrypt()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_ble_int.h | 397 tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb); 400 tBTM_STATUS btm_ble_set_discoverability(UINT16 combined_mode); 401 tBTM_STATUS btm_ble_set_connectability(UINT16 combined_mode); 402 tBTM_STATUS btm_ble_start_inquiry (UINT8 mode, UINT8 duration); 418 tBTM_STATUS btm_ble_start_adv(void); 419 tBTM_STATUS btm_ble_stop_adv(void); 420 tBTM_STATUS btm_ble_start_scan(void); 423 tBTM_STATUS btm_ble_set_random_addr(BD_ADDR random_bda); 430 tBTM_STATUS btm_ble_set_encryption (BD_ADDR bd_addr, void *p_ref_data, UINT8 link_role); 432 tBTM_STATUS btm_ble_start_encrypt(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk);
|
D | btm_int.h | 1016 tBTM_STATUS btm_initiate_rem_name (BD_ADDR remote_bda, 1061 tBTM_STATUS btm_set_packet_types (tACL_CONN *p, UINT16 pkt_types); 1066 tBTM_STATUS btm_remove_acl (BD_ADDR bd_addr, tBT_TRANSPORT transport); 1142 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec); 1177 tBTM_STATUS btm_sec_l2cap_access_req (BD_ADDR bd_addr, UINT16 psm, 1180 tBTM_STATUS btm_sec_mx_access_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator, 1193 tBTM_STATUS btm_sec_disconnect (UINT16 handle, UINT8 reason);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_qos.c | 46 tBTM_STATUS status = BTM_SetQoS (p_data->qos_set.bd_addr, &p_flow, p_data->qos_set.p_cb); in bta_dm_set_qos()
|
D | bta_dm_act.c | 97 static void bta_dm_bond_cancel_complete_cback(tBTM_STATUS result); 122 static void bta_dm_ctrl_features_rd_cmpl_cback(tBTM_STATUS result); 701 tBTM_STATUS status; in bta_dm_get_dev_name() 747 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name() 792 tBTM_STATUS btm_status = BTM_ReadRemoteDeviceName(bta_dm_search_cb.peer_bdaddr, in bta_dm_read_rmt_name() 1232 tBTM_STATUS status; in bta_dm_bond() 1281 tBTM_STATUS status; in bta_dm_bond_cancel() 1425 tBTM_STATUS res = BTM_NOT_AUTHORIZED; in bta_dm_confirm() 1447 tBTM_STATUS res = BTM_NOT_AUTHORIZED; in bta_dm_key_req() 1554 tBTM_STATUS res = BTM_NOT_AUTHORIZED; in bta_dm_ci_rmt_oob_act() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_utils.c | 111 UINT16 gap_convert_btm_status (tBTM_STATUS btm_status) in gap_convert_btm_status()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_sco.c | 160 tBTM_STATUS status; in bta_hf_client_sco_remove() 418 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE); in bta_hf_client_sco_disc_cback() 444 tBTM_STATUS status; in bta_hf_client_sco_create() 565 tBTM_STATUS write_stat = BTM_WriteScoData(p_scb->sco_idx, p_buf); in bta_hf_client_sco_event()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 167 void gatt_enc_cmpl_cback(BD_ADDR bd_addr, tBT_TRANSPORT transport, void *p_ref_data, tBTM_STATUS re… in gatt_enc_cmpl_cback() 469 tBTM_STATUS btm_status; in gatt_security_check_start()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_sco.c | 274 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE); in bta_ag_sco_disc_cback() 366 tBTM_STATUS status; in bta_ag_remove_sco() 497 tBTM_STATUS status; in bta_ag_create_sco() 805 tBTM_STATUS write_stat = BTM_WriteScoData(p_sco->p_curr_scb->sco_idx, p_buf); in bta_ag_sco_event()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 179 tBTM_STATUS rc; in avdt_l2c_connect_ind_cback()
|