Searched refs:BT_OP_EVENT_CALLBACK (Results 1 – 5 of 5) sorted by relevance
106 BT_OP_EVENT_CALLBACK enumerator
250 vendorInterface_->op(BtOpcodeT::BT_OP_EVENT_CALLBACK, buff); in OnEventReceived()266 vendorInterface_->op(BtOpcodeT::BT_OP_EVENT_CALLBACK, buff); in OnEventReceived()
3118 也就是说vendorlib中发送命令后,其他系统会直接调用callback通知芯片返回的消息,OHOS则是通过BT_OP_EVENT_CALLBACK操作码(参见bt_opcode_t定义)通知芯片…
3128 …enHarmony notifies the chip of the returned message through the **BT_OP_EVENT_CALLBACK** operation…