Home
last modified time | relevance | path

Searched refs:ctxt (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c46 struct ble_gatt_access_ctxt *ctxt,
80 void esp_blufi_gatt_svr_register_cb(struct ble_gatt_register_ctxt *ctxt, void *arg) in esp_blufi_gatt_svr_register_cb() argument
83 switch (ctxt->op) { in esp_blufi_gatt_svr_register_cb()
86 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in esp_blufi_gatt_svr_register_cb()
87 ctxt->svc.handle); in esp_blufi_gatt_svr_register_cb()
93 ble_uuid_to_str(ctxt->chr.chr_def->uuid, buf), in esp_blufi_gatt_svr_register_cb()
94 ctxt->chr.def_handle, in esp_blufi_gatt_svr_register_cb()
95 ctxt->chr.val_handle); in esp_blufi_gatt_svr_register_cb()
100 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in esp_blufi_gatt_svr_register_cb()
101 ctxt->dsc.handle); in esp_blufi_gatt_svr_register_cb()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1625 struct ble_gatt_access_ctxt *ctxt, void *arg) in proxy_char_access_cb() argument
1627 if (ctxt->op == BLE_GATT_ACCESS_OP_WRITE_CHR || ctxt->op == BLE_GATT_ACCESS_OP_WRITE_DSC) { in proxy_char_access_cb()
1633 ctxt->om->om_len, in proxy_char_access_cb()
1634 bt_hex(ctxt->om->om_data, ctxt->om->om_len)); in proxy_char_access_cb()
1638 ctxt->om->om_data, in proxy_char_access_cb()
1639 ctxt->om->om_len, in proxy_char_access_cb()
1643 } else if (ctxt->op == BLE_GATT_ACCESS_OP_READ_CHR || ctxt->op == BLE_GATT_ACCESS_OP_READ_DSC) { in proxy_char_access_cb()
1644 BT_ERR("Unhandled read request for chr and dsc: opcode - %d", ctxt->op); in proxy_char_access_cb()
1650 struct ble_gatt_access_ctxt *ctxt, void *arg) in dummy_access_cb() argument
1708 void gatt_register_cb(struct ble_gatt_register_ctxt *ctxt, in gatt_register_cb() argument
[all …]
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Desp_blufi.h43 void esp_blufi_gatt_svr_register_cb(struct ble_gatt_register_ctxt *ctxt, void *arg);