Searched refs:LE_UINT8_TO_STREAM (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | hci_process.c | 45 LE_UINT8_TO_STREAM(p, HCI_CMD_PKT); in hci_tp_read_local_ver() 47 LE_UINT8_TO_STREAM(p, 0); /* length */ in hci_tp_read_local_ver() 90 LE_UINT8_TO_STREAM(p, HCI_CMD_PKT); in hci_tp_read_rom_ver() 92 LE_UINT8_TO_STREAM(p, 0); /* length */ in hci_tp_read_rom_ver() 293 LE_UINT8_TO_STREAM(p, HCI_CMD_PKT); in hci_tp_download_patch() 363 LE_UINT8_TO_STREAM(p, HCI_CMD_PKT); in hci_tp_set_controller_baudrate() 424 LE_UINT8_TO_STREAM(p, HCI_CMD_PKT); in hci_tp_rf_radio_ver() 429 LE_UINT8_TO_STREAM(p, 0); /* */ in hci_tp_rf_radio_ver() 594 LE_UINT8_TO_STREAM(p, 3); in hci_tp_tx_test_cmd() 623 LE_UINT8_TO_STREAM(p, 1); in hci_tp_rx_test_cmd() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/gap/ |
A D | bt_types.h | 514 #define LE_UINT8_TO_STREAM(s, u8) { \ macro
|
Completed in 6 milliseconds