Home
last modified time | relevance | path

Searched refs:BLE_MESH_MAX_CONN (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c51 } 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()
Dproxy_server.c95 } 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()
Dprovisioner_prov.c24 _Static_assert(BLE_MESH_MAX_CONN >= CONFIG_BLE_MESH_PBG_SAME_TIME,
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h25 #define BLE_MESH_MAX_CONN CONFIG_BT_ACL_CONNECTIONS macro
29 #define BLE_MESH_MAX_CONN CONFIG_BT_NIMBLE_MAX_CONNECTIONS macro
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c78 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()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c65 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()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c944 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()