Home
last modified time | relevance | path

Searched refs:BLE_MESH_GATT_CREATE_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.c42 #define BLE_MESH_GATT_CREATE_CONN_ID(gatt_if, conn_id) ((uint16_t)((((uint8_t)(conn_id)) << 8) | (… macro
1045 uint16_t conn_id = BLE_MESH_GATT_CREATE_CONN_ID(bt_mesh_gatts_if, conn->handle); in bt_mesh_gatts_disconnect()
1062 uint16_t conn_id = BLE_MESH_GATT_CREATE_CONN_ID(bt_mesh_gatts_if, conn->handle); in bt_mesh_gatts_notify()
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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c61 #define BLE_MESH_GATT_CREATE_CONN_ID(conn_id) ((uint16_t)(conn_id)) macro
1279 uint16_t conn_id = BLE_MESH_GATT_CREATE_CONN_ID(conn->handle); in bt_mesh_gatts_disconnect()
1296 uint16_t conn_id = BLE_MESH_GATT_CREATE_CONN_ID(conn->handle); in bt_mesh_gatts_notify()
1555 conn_id = BLE_MESH_GATT_CREATE_CONN_ID(bt_mesh_gattc_info[i].conn.handle); in bt_mesh_gattc_write_no_rsp()