Searched refs:btm_status (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 703 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name() local 710 btm_status = BTM_ReadRemoteDeviceName (bta_dm_search_cb.peer_bdaddr, in bta_dm_read_remote_device_name() 714 if ( btm_status == BTM_CMD_STARTED ) { in bta_dm_read_remote_device_name() 718 } else if ( btm_status == BTM_BUSY ) { in bta_dm_read_remote_device_name() 727 …ACE_WARNING("bta_dm_read_remote_device_name: BTM_ReadRemoteDeviceName returns 0x%02X", btm_status); in bta_dm_read_remote_device_name() 748 tBTM_STATUS btm_status = BTM_ReadRemoteDeviceName(bta_dm_search_cb.peer_bdaddr, in bta_dm_read_rmt_name() local 752 if (btm_status == BTM_CMD_STARTED) { in bta_dm_read_rmt_name() 754 } else if (btm_status == BTM_BUSY) { in bta_dm_read_rmt_name() 757 BTM_TRACE_WARNING("%s: BTM_ReadRemoteDeviceName returns 0x%02X",__func__, btm_status); in bta_dm_read_rmt_name() 2767 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback() local [all …]
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 469 tBTM_STATUS btm_status; in gatt_security_check_start() local 493 …btm_status = BTM_SetEncryption(p_tcb->peer_bda, p_tcb->transport , gatt_enc_cmpl_cback, &btm_ble_s… in gatt_security_check_start() 494 if ( (btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED)) { in gatt_security_check_start() 495 … GATT_TRACE_ERROR("gatt_security_check_start BTM_SetEncryption failed btm_status=%d", btm_status); in gatt_security_check_start()
|
/hal_espressif-3.6.0/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() argument 113 switch (btm_status) { in gap_convert_btm_status()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_util.h | 68 esp_bt_status_t btc_btm_status_to_esp_status (uint8_t btm_status);
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/ |
D | btc_util.c | 357 esp_bt_status_t btc_btm_status_to_esp_status (uint8_t btm_status) in btc_btm_status_to_esp_status() argument 360 switch(btm_status){ in btc_btm_status_to_esp_status()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 1267 uint8_t btm_status = BTM_SUCCESS; in btu_hcif_hdl_command_status() local 1270 btm_status = BTM_ILLEGAL_VALUE; in btu_hcif_hdl_command_status() 1272 btm_create_sync_callback(btm_status); in btu_hcif_hdl_command_status() 1277 uint8_t btm_status = BTM_SUCCESS; in btu_hcif_hdl_command_status() local 1280 btm_status = BTM_ILLEGAL_VALUE; in btu_hcif_hdl_command_status() 1282 btm_set_phy_callback(btm_status); in btu_hcif_hdl_command_status()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_batchscan.c | 358 tBTM_STATUS btm_status = 0; in btm_ble_batchscan_vsc_cmpl_cback() local 444 btm_status = btm_ble_read_batchscan_reports(report_format, ref_value); in btm_ble_batchscan_vsc_cmpl_cback() 445 if (BTM_CMD_STARTED != btm_status) { in btm_ble_batchscan_vsc_cmpl_cback()
|