/hal_espressif-3.5.0/examples/bluetooth/nimble/ble_spp/spp_client/main/ |
D | peer.c | 45 uint16_t chr_val_handle, const struct ble_gatt_dsc *dsc, 77 struct peer_dsc *dsc; in peer_dsc_find_prev() local 80 SLIST_FOREACH(dsc, &chr->dscs, next) { in peer_dsc_find_prev() 81 if (dsc->dsc.handle >= dsc_handle) { in peer_dsc_find_prev() 85 prev = dsc; in peer_dsc_find_prev() 96 struct peer_dsc *dsc; in peer_dsc_find() local 100 dsc = SLIST_FIRST(&chr->dscs); in peer_dsc_find() 102 dsc = SLIST_NEXT(prev, next); in peer_dsc_find() 105 if (dsc != NULL && dsc->dsc.handle != dsc_handle) { in peer_dsc_find() 106 dsc = NULL; in peer_dsc_find() [all …]
|
D | ble_spp_client.h | 39 struct ble_gatt_dsc dsc; member
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/blecent/main/ |
D | peer.c | 58 uint16_t chr_val_handle, const struct ble_gatt_dsc *dsc, 90 struct peer_dsc *dsc; in peer_dsc_find_prev() local 93 SLIST_FOREACH(dsc, &chr->dscs, next) { in peer_dsc_find_prev() 94 if (dsc->dsc.handle >= dsc_handle) { in peer_dsc_find_prev() 98 prev = dsc; in peer_dsc_find_prev() 109 struct peer_dsc *dsc; in peer_dsc_find() local 113 dsc = SLIST_FIRST(&chr->dscs); in peer_dsc_find() 115 dsc = SLIST_NEXT(prev, next); in peer_dsc_find() 118 if (dsc != NULL && dsc->dsc.handle != dsc_handle) { in peer_dsc_find() 119 dsc = NULL; in peer_dsc_find() [all …]
|
D | main.c | 73 const struct peer_dsc *dsc; in blecent_on_write() local 78 dsc = peer_dsc_find_uuid(peer, in blecent_on_write() 82 if (dsc == NULL) { in blecent_on_write() 90 rc = ble_gattc_write_flat(conn_handle, dsc->dsc.handle, in blecent_on_write()
|
D | blecent.h | 52 struct ble_gatt_dsc dsc; member
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/ |
D | peer.c | 45 uint16_t chr_val_handle, const struct ble_gatt_dsc *dsc, 77 struct peer_dsc *dsc; in peer_dsc_find_prev() local 80 SLIST_FOREACH(dsc, &chr->dscs, next) { in peer_dsc_find_prev() 81 if (dsc->dsc.handle >= dsc_handle) { in peer_dsc_find_prev() 85 prev = dsc; in peer_dsc_find_prev() 96 struct peer_dsc *dsc; in peer_dsc_find() local 100 dsc = SLIST_FIRST(&chr->dscs); in peer_dsc_find() 102 dsc = SLIST_NEXT(prev, next); in peer_dsc_find() 105 if (dsc != NULL && dsc->dsc.handle != dsc_handle) { in peer_dsc_find() 106 dsc = NULL; in peer_dsc_find() [all …]
|
D | main.c | 216 const struct peer_dsc *dsc; in throughput_task() local 302 dsc = peer_dsc_find_uuid(peer, in throughput_task() 306 if (dsc == NULL) { in throughput_task() 312 rc = blecent_notify(peer->conn_handle, dsc->dsc.handle, in throughput_task()
|
D | gattc.h | 41 struct ble_gatt_dsc dsc; member
|
/hal_espressif-3.5.0/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 96 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in esp_blufi_gatt_svr_register_cb() 97 ctxt->dsc.handle); in esp_blufi_gatt_svr_register_cb() 118 if (ctxt->dsc->att_flags & BLE_ATT_F_WRITE_AUTHOR) { in write_value() 152 if (ctxt->dsc->att_flags & BLE_ATT_F_READ_AUTHOR) { in read_value() 156 ble_uuid_to_str(ctxt->dsc->uuid, str); in read_value() 191 const struct ble_gatt_dsc_def *dsc; in init_gatt_values() local 202 for (dsc = chr->descriptors; dsc && dsc->uuid; dsc++) { in init_gatt_values() 205 gatt_values[i].ptr = (void *)dsc; in init_gatt_values()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/blehr/main/ |
D | gatt_svr.c | 156 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in gatt_svr_register_cb() 157 ctxt->dsc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/bleprph/main/ |
D | gatt_svr.c | 181 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in gatt_svr_register_cb() 182 ctxt->dsc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/ |
D | gatt_svr.c | 182 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in gatt_svr_register_cb() 183 ctxt->dsc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/ble_spp/spp_server/main/ |
D | gatt_svr.c | 178 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in gatt_svr_register_cb() 179 ctxt->dsc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/nimble/throughput_app/bleprph_throughput/main/ |
D | gatt_svr.c | 185 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in gatt_svr_register_cb() 186 ctxt->dsc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/components/protocomm/src/transports/ |
D | protocomm_nimble.c | 284 ssize_t temp_outlen = strlen(ctxt->dsc->arg); in gatt_svr_dsc_access() 286 rc = os_mbuf_append(ctxt->om, ctxt->dsc->arg, temp_outlen); in gatt_svr_dsc_access() 411 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in gatt_svr_register_cb() 412 ctxt->dsc.handle); in gatt_svr_register_cb()
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 202 uint16_t chr_val_handle, const struct ble_gatt_dsc *dsc, in dsc_disced() argument 210 if (bt_mesh_gattc_info[i].ccc_handle == 0 && dsc && in dsc_disced() 211 BLE_UUID16(&dsc->uuid)->value == BLE_MESH_UUID_GATT_CCC_VAL) { in dsc_disced() 212 bt_mesh_gattc_info[i].ccc_handle = dsc->handle; in dsc_disced()
|
/hal_espressif-3.5.0/components/fatfs/src/ |
D | ff.c | 4264 DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; local 4308 dsc = clst2sect(fs, fp->clust); 4309 if (dsc == 0) ABORT(fs, FR_INT_ERR); 4310 dsc += (DWORD)((ofs - 1) / SS(fs)) & (fs->csize - 1); 4311 if (fp->fptr % SS(fs) && dsc != fp->sect) { /* Refill sector cache if needed */ 4319 …if (disk_read(fs->pdrv, fp->buf, dsc, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Load current sector… 4321 fp->sect = dsc;
|