Home
last modified time | relevance | path

Searched refs:bt_mesh_gatts_conn (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/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]; variable
654bt_mesh_gatts_conn[index].handle = BLE_MESH_GATT_GET_CONN_ID(event->connect.conn_handle); in gap_event_cb()
655 (bt_mesh_gatts_conn_cb->connected)(&bt_mesh_gatts_conn[index], 0); in gap_event_cb()
678bt_mesh_gatts_conn[index].handle = BLE_MESH_GATT_GET_CONN_ID(event->disconnect.conn.conn_handle); in gap_event_cb()
679 … (bt_mesh_gatts_conn_cb->disconnected)(&bt_mesh_gatts_conn[index], event->disconnect.reason); in gap_event_cb()
735 if ((len = attr->write(&bt_mesh_gatts_conn[index], attr, in gap_event_cb()
1637 if ((len = attr->write(&bt_mesh_gatts_conn[index], attr, in proxy_char_access_cb()
/hal_espressif-latest/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]; variable
557 if ((len = attr->read(&bt_mesh_gatts_conn[index], attr, buf, 100, in bt_mesh_bta_gatts_cb()
581 if ((len = attr->write(&bt_mesh_gatts_conn[index], attr, 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()
640 (bt_mesh_gatts_conn_cb->connected)(&bt_mesh_gatts_conn[index], 0); 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()
659 … (bt_mesh_gatts_conn_cb->disconnected)(&bt_mesh_gatts_conn[index], p_data->conn.reason); in bt_mesh_bta_gatts_cb()