Searched refs:dsc_def (Results 1 – 4 of 4) sorted by relevance
149 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()
490 const struct ble_gatt_dsc_def *dsc_def; in ble_gatts_dsc_access() local493 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()
724 const struct ble_gatt_dsc_def *dsc_def; member
96 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in esp_blufi_gatt_svr_register_cb()