Home
last modified time | relevance | path

Searched refs:BTA_GATT_INVALID_CONN_ID (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c502 bta_dm_search_cb.conn_id = BTA_GATT_INVALID_CONN_ID; in bta_dm_sys_hw_cback()
6523 if (conn_id != BTA_GATT_INVALID_CONN_ID) { in bta_dm_gatt_disc_complete()
6548 if (bta_dm_search_cb.conn_id != BTA_GATT_INVALID_CONN_ID) { in bta_dm_close_gatt_conn()
6553 bta_dm_search_cb.conn_id = BTA_GATT_INVALID_CONN_ID; in bta_dm_close_gatt_conn()
6573 bta_dm_search_cb.conn_id != BTA_GATT_INVALID_CONN_ID) { in btm_dm_start_gatt_discovery()
6597 if (bta_dm_search_cb.conn_id == BTA_GATT_INVALID_CONN_ID) { in bta_dm_cancel_gatt_discovery()
6642 bta_dm_gatt_disc_complete(BTA_GATT_INVALID_CONN_ID, p_data->status); in bta_dm_proc_open_evt()
6691 … bta_dm_gatt_disc_complete((UINT16)BTA_GATT_INVALID_CONN_ID, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_gattc_callback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h142 #define BTA_GATT_INVALID_CONN_ID GATT_INVALID_CONN_ID macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1435 p_dev_cb->conn_id = BTA_GATT_INVALID_CONN_ID; in bta_hh_le_close()
2368 if (p_cb->conn_id != BTA_GATT_INVALID_CONN_ID) { in bta_hh_le_api_disc_act()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c356 BTA_GATT_INVALID_CONN_ID, in bta_gattc_process_api_open()
619 BTA_GATT_INVALID_CONN_ID, BTA_GATT_TRANSPORT_LE, 0); in bta_gattc_init_bk_conn()