Searched defs:ogf (Results 1 – 7 of 7) sorted by relevance
166 uint8_t ogf; member
1811 int mp_bluetooth_hci_cmd(uint16_t ogf, uint16_t ocf, const uint8_t *req, size_t req_len, uint8_t *r… in mp_bluetooth_hci_cmd()
478 u8_t ogf; in cmd_hci_cmd() local
659 u8_t ogf; in cmd_hci_cmd() local
897 mp_int_t ogf = mp_obj_get_int(args[1]); in bluetooth_ble_hci_cmd() local
212 #define BT_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument
151 #define HCI_OPCODE(ocf, ogf) (((ogf) << 10) | ocf) argument
Completed in 49 milliseconds