Searched refs:BLE_MESH_GATT_CREATE_CONN_ID (Results 1 – 2 of 2) sorted by relevance
42 #define BLE_MESH_GATT_CREATE_CONN_ID(gatt_if, conn_id) ((uint16_t)((((uint8_t)(conn_id)) << 8) | (… macro1045 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()
61 #define BLE_MESH_GATT_CREATE_CONN_ID(conn_id) ((uint16_t)(conn_id)) macro1279 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()