Home
last modified time | relevance | path

Searched defs:ogf (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hci/src/
A Dhci_int.h166 uint8_t ogf; member
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c1811 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()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c478 u8_t ogf; in cmd_hci_cmd() local
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c659 u8_t ogf; in cmd_hci_cmd() local
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c897 mp_int_t ogf = mp_obj_get_int(args[1]); in bluetooth_ble_hci_cmd() local
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h212 #define BT_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_hci.h151 #define HCI_OPCODE(ocf, ogf) (((ogf) << 10) | ocf) argument

Completed in 49 milliseconds