Home
last modified time | relevance | path

Searched refs:btm_status (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_utils.c111 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-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c469 tBTM_STATUS btm_status; in gatt_security_check_start() local
493btm_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-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c352 esp_bt_status_t btc_btm_status_to_esp_status(uint8_t btm_status) in btc_btm_status_to_esp_status() argument
355 switch(btm_status) { in btc_btm_status_to_esp_status()
384 if (btm_status & BTM_HCI_ERROR) { in btc_btm_status_to_esp_status()
385 esp_status = ESP_BT_STATUS_BASE_FOR_HCI_ERR | (btm_status & 0x7F); in btc_btm_status_to_esp_status()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c747 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name() local
754 btm_status = BTM_ReadRemoteDeviceName (bta_dm_search_cb.peer_bdaddr, in bta_dm_read_remote_device_name()
758 if ( btm_status == BTM_CMD_STARTED ) { in bta_dm_read_remote_device_name()
762 } else if ( btm_status == BTM_BUSY ) { in bta_dm_read_remote_device_name()
771 …ACE_WARNING("bta_dm_read_remote_device_name: BTM_ReadRemoteDeviceName returns 0x%02X", 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() local
796 if (btm_status == BTM_CMD_STARTED) { in bta_dm_read_rmt_name()
798 } else if (btm_status == BTM_BUSY) { in bta_dm_read_rmt_name()
801 BTM_TRACE_WARNING("%s: BTM_ReadRemoteDeviceName returns 0x%02X",__func__, btm_status); in bta_dm_read_rmt_name()
2854 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback() local
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_util.h60 esp_bt_status_t btc_btm_status_to_esp_status(uint8_t btm_status);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c1281 uint8_t btm_status = BTM_SUCCESS; in btu_hcif_hdl_command_status() local
1284 btm_status = BTM_ILLEGAL_VALUE; in btu_hcif_hdl_command_status()
1286 btm_create_sync_callback(btm_status); in btu_hcif_hdl_command_status()
1291 uint8_t btm_status = BTM_SUCCESS; in btu_hcif_hdl_command_status() local
1294 btm_status = BTM_ILLEGAL_VALUE; in btu_hcif_hdl_command_status()
1296 btm_set_phy_callback(btm_status); in btu_hcif_hdl_command_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c358 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()