Home
last modified time | relevance | path

Searched refs:BT_OP_EVENT_CALLBACK (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbt_vendor_lib.h106 BT_OP_EVENT_CALLBACK enumerator
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dohos_bt_vendor_lib.h106 BT_OP_EVENT_CALLBACK enumerator
H A Dvendor_interface.cpp250 vendorInterface_->op(BtOpcodeT::BT_OP_EVENT_CALLBACK, buff); in OnEventReceived()
266 vendorInterface_->op(BtOpcodeT::BT_OP_EVENT_CALLBACK, buff); in OnEventReceived()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md3118 也就是说vendorlib中发送命令后,其他系统会直接调用callback通知芯片返回的消息,OHOS则是通过BT_OP_EVENT_CALLBACK操作码(参见bt_opcode_t定义)通知芯片…
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md3128 …enHarmony notifies the chip of the returned message through the **BT_OP_EVENT_CALLBACK** operation…