Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbt_vendor_lib.h107 } bt_opcode_t; typedef
172 int (*op)(bt_opcode_t opcode, void* param);
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2854 int (*op)(bt_opcode_t opcode, void* param);
3118 也就是说vendorlib中发送命令后,其他系统会直接调用callback通知芯片返回的消息,OHOS则是通过BT_OP_EVENT_CALLBACK操作码(参见bt_opcode_t定义)通知芯片…
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2864 int (*op)(bt_opcode_t opcode, void* param);
3128 …h the **BT_OP_EVENT_CALLBACK** operation code (see the definition of **bt_opcode_t**). vendorlib n…