/hal_espressif-3.5.0/examples/bluetooth/nimble/ble_spp/spp_client/main/ |
D | peer.c | 31 peer_svc_is_empty(const struct peer_svc *svc); 34 chr_end_handle(const struct peer_svc *svc, const struct peer_chr *chr); 36 chr_is_empty(const struct peer_svc *svc, const struct peer_chr *chr); 38 peer_chr_find(const struct peer_svc *svc, uint16_t chr_def_handle, 121 struct peer_svc *svc; in peer_dsc_add() local 124 svc = peer_svc_find_range(peer, chr_val_handle); in peer_dsc_add() 125 if (svc == NULL) { in peer_dsc_add() 133 chr = peer_chr_find(svc, chr_val_handle, NULL); in peer_dsc_add() 170 struct peer_svc *svc; in peer_disc_dscs() local 177 SLIST_FOREACH(svc, &peer->svcs, next) { in peer_disc_dscs() [all …]
|
D | ble_spp_client.h | 53 struct ble_gatt_svc svc; member
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/blecent/main/ |
D | peer.c | 44 peer_svc_is_empty(const struct peer_svc *svc); 47 chr_end_handle(const struct peer_svc *svc, const struct peer_chr *chr); 49 chr_is_empty(const struct peer_svc *svc, const struct peer_chr *chr); 51 peer_chr_find(const struct peer_svc *svc, uint16_t chr_def_handle, 134 struct peer_svc *svc; in peer_dsc_add() local 137 svc = peer_svc_find_range(peer, chr_val_handle); in peer_dsc_add() 138 if (svc == NULL) { in peer_dsc_add() 146 chr = peer_chr_find(svc, chr_val_handle, NULL); in peer_dsc_add() 183 struct peer_svc *svc; in peer_disc_dscs() local 190 SLIST_FOREACH(svc, &peer->svcs, next) { in peer_disc_dscs() [all …]
|
D | blecent.h | 66 struct ble_gatt_svc svc; member
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/ |
D | peer.c | 31 peer_svc_is_empty(const struct peer_svc *svc); 34 chr_end_handle(const struct peer_svc *svc, const struct peer_chr *chr); 36 chr_is_empty(const struct peer_svc *svc, const struct peer_chr *chr); 38 peer_chr_find(const struct peer_svc *svc, uint16_t chr_def_handle, 121 struct peer_svc *svc; in peer_dsc_add() local 124 svc = peer_svc_find_range(peer, chr_val_handle); in peer_dsc_add() 125 if (svc == NULL) { in peer_dsc_add() 133 chr = peer_chr_find(svc, chr_val_handle, NULL); in peer_dsc_add() 170 struct peer_svc *svc; in peer_disc_dscs() local 177 SLIST_FOREACH(svc, &peer->svcs, next) { in peer_disc_dscs() [all …]
|
D | gattc.h | 55 struct ble_gatt_svc svc; member
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 659 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_find_attr_by_handle() local 662 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_find_attr_by_handle() 665 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_find_attr_by_handle() 666 attr = &svc->attrs[i]; in bt_mesh_gatts_find_attr_by_handle() 680 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_foreach_attr() local 682 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_foreach_attr() 685 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_foreach_attr() 686 struct bt_mesh_gatt_attr *attr = &svc->attrs[i]; in bt_mesh_gatts_foreach_attr() 852 static int gatts_register(struct bt_mesh_gatt_service *svc) in gatts_register() argument 869 sys_slist_append(&bt_mesh_gatts_db, &svc->node); in gatts_register() [all …]
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1003 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_find_attr_by_handle() local 1006 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_find_attr_by_handle() 1009 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_find_attr_by_handle() 1010 attr = &svc->attrs[i]; in bt_mesh_gatts_find_attr_by_handle() 1024 struct bt_mesh_gatt_service *svc = NULL; in bt_mesh_gatts_foreach_attr() local 1026 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_foreach_attr() 1029 for (i = 0; i < svc->attr_count; i++) { in bt_mesh_gatts_foreach_attr() 1030 struct bt_mesh_gatt_attr *attr = &svc->attrs[i]; in bt_mesh_gatts_foreach_attr() 1176 static int gatts_register(struct bt_mesh_gatt_service *svc) in gatts_register() argument 1193 sys_slist_append(&bt_mesh_gatts_db, &svc->node); in gatts_register() [all …]
|
/hal_espressif-3.5.0/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 82 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in esp_blufi_gatt_svr_register_cb() 83 ctxt->svc.handle); in esp_blufi_gatt_svr_register_cb() 189 const struct ble_gatt_svc_def *svc; in init_gatt_values() local 193 for (svc = gatt_svr_svcs; svc && svc->uuid; svc++) { in init_gatt_values() 194 for (chr = svc->characteristics; chr && chr->uuid; chr++) { in init_gatt_values()
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 700 int bt_mesh_gatts_service_register(struct bt_mesh_gatt_service *svc); 701 int bt_mesh_gatts_service_deregister(struct bt_mesh_gatt_service *svc); 703 int bt_mesh_gatts_service_unregister(struct bt_mesh_gatt_service *svc); 729 int bt_mesh_gatts_service_stop(struct bt_mesh_gatt_service *svc); 730 int bt_mesh_gatts_service_start(struct bt_mesh_gatt_service *svc);
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/blehr/main/ |
D | gatt_svr.c | 142 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in gatt_svr_register_cb() 143 ctxt->svc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/bleprph/main/ |
D | gatt_svr.c | 167 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in gatt_svr_register_cb() 168 ctxt->svc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/ |
D | gatt_svr.c | 168 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in gatt_svr_register_cb() 169 ctxt->svc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/ble_spp/spp_server/main/ |
D | gatt_svr.c | 164 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in gatt_svr_register_cb() 165 ctxt->svc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/bleprph_throughput/main/ |
D | gatt_svr.c | 171 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in gatt_svr_register_cb() 172 ctxt->svc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/components/protocomm/src/transports/ |
D | protocomm_nimble.c | 397 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in gatt_svr_register_cb() 398 ctxt->svc.handle, ctxt->svc.svc_def->uuid->type); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_ag_api.h | 121 …esp_hf_network_state_t svc; /*!< bluetooth proprietary call hold status indica… member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 1240 const list_t* svc = bta_gattc_get_services(conn_id); in bta_gattc_get_service_with_uuid() local 1241 if(!svc) { in bta_gattc_get_service_with_uuid() 1247 size_t db_size = list_length(svc); in bta_gattc_get_service_with_uuid() 1257 for (list_node_t *sn = list_begin(svc); in bta_gattc_get_service_with_uuid() 1258 sn != list_end(svc); sn = list_next(sn)) { in bta_gattc_get_service_with_uuid()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/ |
D | README.md | 69 I (1034) HID_LE_PRF: hid svc handle = 2d
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 197 param.cind.svc = ind->value; in btc_hf_cind_evt()
|
/hal_espressif-3.5.0/components/freertos/ |
D | History.txt | 1519 + Added a "cpsie i" instruction before the "svc 0" instruction used to start 1521 interrupts are globally enabled prior to the "svc 0" instruction being
|