Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c41 #define BLE_MESH_GATT_GET_CONN_ID(conn_id) (((uint16_t)(conn_id)) >> 8) macro
549 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->req_data.conn_id); in bt_mesh_bta_gatts_cb()
573 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->req_data.conn_id); in bt_mesh_bta_gatts_cb()
637 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->conn.conn_id); in bt_mesh_bta_gatts_cb()
639 bt_mesh_gatts_conn[index].handle = BLE_MESH_GATT_GET_CONN_ID(p_data->conn.conn_id); in bt_mesh_bta_gatts_cb()
656 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->conn.conn_id); in bt_mesh_bta_gatts_cb()
658 bt_mesh_gatts_conn[index].handle = BLE_MESH_GATT_GET_CONN_ID(p_data->conn.conn_id); in bt_mesh_bta_gatts_cb()
1348 handle = BLE_MESH_GATT_GET_CONN_ID(p_data->cfg_mtu.conn_id); in bt_mesh_bta_gattc_cb()
1369 handle = BLE_MESH_GATT_GET_CONN_ID(p_data->srvc_res.conn_id); in bt_mesh_bta_gattc_cb()
1387 handle = BLE_MESH_GATT_GET_CONN_ID(p_data->search_cmpl.conn_id); in bt_mesh_bta_gattc_cb()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c60 #define BLE_MESH_GATT_GET_CONN_ID(conn_id) ((uint16_t)(conn_id)) macro
652 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(event->connect.conn_handle); in gap_event_cb()
654 … bt_mesh_gatts_conn[index].handle = BLE_MESH_GATT_GET_CONN_ID(event->connect.conn_handle); in gap_event_cb()
676 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(event->disconnect.conn.conn_handle); in gap_event_cb()
678 … bt_mesh_gatts_conn[index].handle = BLE_MESH_GATT_GET_CONN_ID(event->disconnect.conn.conn_handle); in gap_event_cb()
720 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(event->subscribe.conn_handle); in gap_event_cb()
1629 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(conn_handle); in proxy_char_access_cb()