Searched refs:ogf (Results 1 – 3 of 3) sorted by relevance
| /bsp/raspberry-pi/raspi4-32/driver/ |
| A D | drv_bluetooth.c | 112 if (buff[5] != ogf) in bt_reply_check() 134 if (buff[4] != ogf) in bt_reply_check() 164 rt_uint8_t ogf, ocf; in bt_loadfirmware() local 171 bt_data_pack(tx_buff, ogf, ocf, 0); in bt_loadfirmware() 270 rt_uint16_t ogf, ocf; in bt_setbaud() local 320 rt_uint16_t ogf, ocf; in setLEeventmask() local 424 rt_uint16_t ogf, ocf; in setLEscanenable() local 469 rt_uint16_t ogf, ocf; in setLEscanparameters() local 536 rt_uint16_t ogf, ocf; in bt_setbdaddr() local 581 rt_uint16_t ogf, ocf; in bt_reset() local [all …]
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/ |
| A D | hci_int.h | 179 uint8_t ogf; member
|
| A D | co_hci.h | 154 #define HCI_OPCODE(ocf, ogf) (((ogf) << 10) | ocf) argument
|
Completed in 26 milliseconds