Home
last modified time | relevance | path

Searched refs:dsc_def (Results 1 – 4 of 4) sorted by relevance

/device/soc/winnermicro/hals/communication/bt_lite/ble/source/
Dnble.c149 service_handle = (uint16_t)*(uint16_t *)ctxt->dsc.dsc_def->arg; in on_svr_register_cb()
152 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in on_svr_register_cb()
153 (int)ctxt->dsc.dsc_def->arg, in on_svr_register_cb()
156 btuuid.uuidLen = ctxt->dsc.dsc_def->uuid->type; in on_svr_register_cb()
157 ble_uuid_flat(ctxt->dsc.dsc_def->uuid, buf); in on_svr_register_cb()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_gatts.c490 const struct ble_gatt_dsc_def *dsc_def; in ble_gatts_dsc_access() local
493 dsc_def = arg; in ble_gatts_dsc_access()
494 BLE_HS_DBG_ASSERT(dsc_def != NULL && dsc_def->access_cb != NULL); in ble_gatts_dsc_access()
496 gatt_ctxt.dsc = dsc_def; in ble_gatts_dsc_access()
499 dsc_def->access_cb, dsc_def->arg); in ble_gatts_dsc_access()
541 register_ctxt.dsc.dsc_def = dsc; in ble_gatts_register_dsc()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_gatt.h724 const struct ble_gatt_dsc_def *dsc_def; member
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c96 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in esp_blufi_gatt_svr_register_cb()