Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c94 static tBTA_GATTC_IF bt_mesh_gattc_if; variable
1237 BTA_GATTC_Enh_Open(bt_mesh_gattc_if, bt_mesh_gattc_info[i].addr.val, in bt_mesh_gattc_conn_create()
1252 conn_id = BLE_MESH_GATT_CREATE_CONN_ID(bt_mesh_gattc_if, bt_mesh_gattc_info[index].conn.handle); in bt_mesh_gattc_exchange_mtu()
1279 … conn_id = BLE_MESH_GATT_CREATE_CONN_ID(bt_mesh_gattc_if, bt_mesh_gattc_info[i].conn.handle); in bt_mesh_gattc_write_no_rsp()
1306 … conn_id = BLE_MESH_GATT_CREATE_CONN_ID(bt_mesh_gattc_if, bt_mesh_gattc_info[i].conn.handle); in bt_mesh_gattc_disconnect()
1339 bt_mesh_gattc_if = p_data->reg_oper.client_if; in bt_mesh_bta_gattc_cb()
1340 BT_DBG("bt_mesh_gattc_if is %d", bt_mesh_gattc_if); in bt_mesh_bta_gattc_cb()
1472 … status = BTA_GATTC_RegisterForNotifications(bt_mesh_gattc_if, bt_mesh_gattc_info[i].addr.val, in bt_mesh_bta_gattc_cb()
1653 if (bt_mesh_gattc_if != p_data->connect.client_if) { in bt_mesh_bta_gattc_cb()
1672 if (bt_mesh_gattc_if != p_data->disconnect.client_if) { in bt_mesh_bta_gattc_cb()
[all …]