Searched refs:bt_mesh_gatt_attr (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 322 struct bt_mesh_gatt_attr *attrs; 470 typedef uint8_t (*bt_mesh_gatt_attr_func_t)(const struct bt_mesh_gatt_attr *attr, 521 struct bt_mesh_gatt_attr { struct 537 const struct bt_mesh_gatt_attr *attr, argument 554 const struct bt_mesh_gatt_attr *attr, argument 707 const struct bt_mesh_gatt_attr *attr, 711 const struct bt_mesh_gatt_attr *attr, 716 const struct bt_mesh_gatt_attr *attr, 720 const struct bt_mesh_gatt_attr *attr, 724 const struct bt_mesh_gatt_attr *attr, [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 629 static struct bt_mesh_gatt_attr *bt_mesh_gatts_find_attr_by_handle(uint16_t handle); 719 …struct bt_mesh_gatt_attr *attr = bt_mesh_gatts_find_attr_by_handle(event->subscribe.attr_handle + … in gap_event_cb() 1045 static struct bt_mesh_gatt_attr *bt_mesh_gatts_find_attr_by_handle(uint16_t handle) in bt_mesh_gatts_find_attr_by_handle() 1048 struct bt_mesh_gatt_attr *attr = NULL; in bt_mesh_gatts_find_attr_by_handle() 1074 struct bt_mesh_gatt_attr *attr = &svc->attrs[i]; in bt_mesh_gatts_foreach_attr() 1089 static uint8_t find_next(const struct bt_mesh_gatt_attr *attr, void *user_data) in find_next() 1091 struct bt_mesh_gatt_attr **next = user_data; in find_next() 1093 *next = (struct bt_mesh_gatt_attr *)attr; in find_next() 1098 static struct bt_mesh_gatt_attr *bt_mesh_gatts_attr_next(const struct bt_mesh_gatt_attr *attr) in bt_mesh_gatts_attr_next() 1100 struct bt_mesh_gatt_attr *next = NULL; in bt_mesh_gatts_attr_next() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 73 static struct bt_mesh_gatt_attr *bt_mesh_gatts_find_attr_by_handle(uint16_t handle); 548 …struct bt_mesh_gatt_attr *attr = bt_mesh_gatts_find_attr_by_handle(p_data->req_data.p_data->read_r… in bt_mesh_bta_gatts_cb() 572 …struct bt_mesh_gatt_attr *attr = bt_mesh_gatts_find_attr_by_handle(p_data->req_data.p_data->write_… in bt_mesh_bta_gatts_cb() 681 static struct bt_mesh_gatt_attr *bt_mesh_gatts_find_attr_by_handle(uint16_t handle) in bt_mesh_gatts_find_attr_by_handle() 684 struct bt_mesh_gatt_attr *attr = NULL; in bt_mesh_gatts_find_attr_by_handle() 710 struct bt_mesh_gatt_attr *attr = &svc->attrs[i]; in bt_mesh_gatts_foreach_attr() 725 static uint8_t find_next(const struct bt_mesh_gatt_attr *attr, void *user_data) in find_next() 727 struct bt_mesh_gatt_attr **next = user_data; in find_next() 729 *next = (struct bt_mesh_gatt_attr *)attr; in find_next() 734 static struct bt_mesh_gatt_attr *bt_mesh_gatts_attr_next(const struct bt_mesh_gatt_attr *attr) in bt_mesh_gatts_attr_next() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | proxy_server.c | 504 const struct bt_mesh_gatt_attr *attr, const void *buf, in proxy_recv() 673 const struct bt_mesh_gatt_attr *attr, in prov_ccc_write() 708 const struct bt_mesh_gatt_attr *attr, in prov_ccc_read() 718 static struct bt_mesh_gatt_attr prov_attrs[] = { 811 const struct bt_mesh_gatt_attr *attr, in proxy_ccc_write() 846 const struct bt_mesh_gatt_attr *attr, in proxy_ccc_read() 856 static struct bt_mesh_gatt_attr proxy_attrs[] = {
|
D | proxy_client.c | 232 const struct bt_mesh_gatt_attr *attr, const void *buf, in proxy_recv()
|