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()
98 } clients[BLE_MESH_MAX_CONN];100 static uint8_t client_buf_data[CLIENT_BUF_SIZE * BLE_MESH_MAX_CONN];602 if (conn_count < BLE_MESH_MAX_CONN) { in proxy_connected()1276 if (conn_count == BLE_MESH_MAX_CONN) { in gatt_proxy_advertise()
26 _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];165 } bt_mesh_gattc_info[BLE_MESH_MAX_CONN];653 if (index < BLE_MESH_MAX_CONN) { in gap_event_cb()677 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];638 if (index < BLE_MESH_MAX_CONN) { in bt_mesh_bta_gatts_cb()657 if (index < BLE_MESH_MAX_CONN) { in bt_mesh_bta_gatts_cb()
969 if (!addr || conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_client_connect_cb()990 if (!addr || conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_client_disconnect_cb()1012 if (conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_client_filter_status_recv_cb()1035 if (conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_server_connect_cb()1051 if (conn_handle >= BLE_MESH_MAX_CONN) { in btc_ble_mesh_proxy_server_disconnect_cb()