Searched refs:BLE_MESH_GATT_GET_CONN_ID (Results 1 – 2 of 2) sorted by relevance
41 #define BLE_MESH_GATT_GET_CONN_ID(conn_id) (((uint16_t)(conn_id)) >> 8) macro549 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 …]
60 #define BLE_MESH_GATT_GET_CONN_ID(conn_id) ((uint16_t)(conn_id)) macro652 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()