Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbt_vendor_lib.h73 BT_OP_INIT, enumerator
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dohos_bt_vendor_lib.h73 BT_OP_INIT, enumerator
H A Dvendor_interface.cpp140 vendorInterface_->op(BtOpcodeT::BT_OP_INIT, nullptr); in Initialize()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2867 1.2、协议栈调用op函数,分别调用BT_OP_POWER_ON、BT_OP_HCI_CHANNEL_OPEN、BT_OP_INIT三个opcode;原则上BT_OP_INIT成功后说明芯片初始化完…
2892 init_cb在BT_OP_INIT完成后调用
2986 4、BT_OP_INIT对应处理
2992 协议栈调用BT_OP_INIT后会等待信号量,该信号量由init_cb函数置位
3036 在收到BT_OP_INIT后初始化状态机,然后发送HCI_REST命令,切换状态为HW_CFG_START;
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2877 … **BT_OP_POWER_ON**, **BT_OP_HCI_CHANNEL_OPEN**, and **BT_OP_INIT**. In principle, if **BT_OP_INIT
2902 **init_cb** is called after **BT_OP_INIT** is complete.
2996 4. **BT_OP_INIT** processing
3002 After calling **BT_OP_INIT**, the protocol stack waits for the semaphore. The semaphore is set by t…
3046 Initialize the state machine after receiving the **BT_OP_INIT** message, send the **HCI_REST** comm…