Searched refs:BLE_MESH_MAX_CONN (Results 1 – 7 of 7) sorted by relevance
51 } servers[BLE_MESH_MAX_CONN];53 static uint8_t server_buf_data[SERVER_BUF_SIZE * BLE_MESH_MAX_CONN];728 if (conn_handle >= BLE_MESH_MAX_CONN) { in bt_mesh_proxy_client_disconnect()940 … if (conn_handle >= BLE_MESH_MAX_CONN || !pdu || pdu->opcode > BLE_MESH_PROXY_CFG_FILTER_REMOVE) { in bt_mesh_proxy_client_cfg_send()
95 } clients[BLE_MESH_MAX_CONN] = {96 [0 ... (BLE_MESH_MAX_CONN - 1)] = {103 static uint8_t client_buf_data[CLIENT_BUF_SIZE * BLE_MESH_MAX_CONN];605 if (conn_count < BLE_MESH_MAX_CONN) { in proxy_connected()1279 if (conn_count == BLE_MESH_MAX_CONN) { in gatt_proxy_advertise()
24 _Static_assert(BLE_MESH_MAX_CONN >= CONFIG_BLE_MESH_PBG_SAME_TIME,
25 #define BLE_MESH_MAX_CONN CONFIG_BT_ACL_CONNECTIONS macro29 #define BLE_MESH_MAX_CONN CONFIG_BT_NIMBLE_MAX_CONNECTIONS macro
78 static struct bt_mesh_conn bt_mesh_gatts_conn[BLE_MESH_MAX_CONN];140 } bt_mesh_gattc_info[BLE_MESH_MAX_CONN];628 if (index < BLE_MESH_MAX_CONN) { in gap_event_cb()652 if (index < BLE_MESH_MAX_CONN) { in gap_event_cb()
65 static struct bt_mesh_conn bt_mesh_gatts_conn[BLE_MESH_MAX_CONN];92 } bt_mesh_gattc_info[BLE_MESH_MAX_CONN];614 if (index < BLE_MESH_MAX_CONN) { in bt_mesh_bta_gatts_cb()633 if (index < BLE_MESH_MAX_CONN) { in bt_mesh_bta_gatts_cb()
944 if (!addr || conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_client_connect_cb()965 if (!addr || conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_client_disconnect_cb()987 if (conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_client_filter_status_recv_cb()1010 if (conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_server_connect_cb()1026 if (conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_server_disconnect_cb()