Searched refs:bt_mesh_gattc_info (Results 1 – 2 of 2) sorted by relevance
165 } bt_mesh_gattc_info[BLE_MESH_MAX_CONN]; variable181 for (j = i + 1; j < ARRAY_SIZE(bt_mesh_gattc_info); j++) { in ble_on_subscribe()182 … if ((bt_mesh_gattc_info[j].conn.handle == conn_handle) && bt_mesh_gattc_info[j].ccc_handle) { in ble_on_subscribe()186 if (j == ARRAY_SIZE(bt_mesh_gattc_info)) { in ble_on_subscribe()188 conn = &bt_mesh_gattc_info[i].conn; in ble_on_subscribe()190 if (bt_mesh_gattc_info[i].ccc_handle != attr->handle) { in ble_on_subscribe()196 if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROV_VAL) { in ble_on_subscribe()198 …len = bt_mesh_gattc_conn_cb->prov_write_descr(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].… in ble_on_subscribe()204 bt_mesh_gattc_info[i].wr_desc_done = true; in ble_on_subscribe()206 } else if (bt_mesh_gattc_info[i].service_uuid == BLE_MESH_UUID_MESH_PROXY_VAL) { in ble_on_subscribe()[all …]
92 } bt_mesh_gattc_info[BLE_MESH_MAX_CONN]; variable1142 for (i = 0; i < ARRAY_SIZE(bt_mesh_gattc_info); i++) { in bt_mesh_gattc_get_free_conn_count()1143 if (bt_mesh_gattc_info[i].conn.handle == 0xFFFF && in bt_mesh_gattc_get_free_conn_count()1144 bt_mesh_gattc_info[i].service_uuid == 0x0000) { in bt_mesh_gattc_get_free_conn_count()1156 for (i = 0; i < ARRAY_SIZE(bt_mesh_gattc_info); i++) { in bt_mesh_gattc_get_service_uuid()1157 if (conn == &bt_mesh_gattc_info[i].conn) { in bt_mesh_gattc_get_service_uuid()1158 return bt_mesh_gattc_info[i].service_uuid; in bt_mesh_gattc_get_service_uuid()1195 for (i = 0; i < ARRAY_SIZE(bt_mesh_gattc_info); i++) { in bt_mesh_gattc_conn_create()1196 if (!memcmp(bt_mesh_gattc_info[i].addr.val, addr->val, BLE_MESH_ADDR_LEN)) { in bt_mesh_gattc_conn_create()1204 for (i = 0; i < ARRAY_SIZE(bt_mesh_gattc_info); i++) { in bt_mesh_gattc_conn_create()[all …]