Searched defs:ogf (Results 1 – 9 of 9) sorted by relevance
/external/bluez/utils/test/ |
D | hciemu.c | 257 static void command_status(uint16_t ogf, uint16_t ocf, uint8_t status) in command_status() 285 static void command_complete(uint16_t ogf, uint16_t ocf, int plen, void *data) in command_complete() 610 const uint16_t ogf = OGF_LINK_CTL; in hci_link_control() local 639 const uint16_t ogf = OGF_INFO_PARAM; in hci_link_policy() local 657 const uint16_t ogf = OGF_HOST_CTL; in hci_host_control() local 757 const uint16_t ogf = OGF_INFO_PARAM; in hci_info_param() local 816 uint16_t ogf, ocf; in hci_command() local
|
/external/bluez/utils/tools/ |
D | hciattach_st.c | 42 static int do_command(int fd, uint8_t ogf, uint16_t ocf, in do_command()
|
D | hcitool.c | 1061 uint8_t ogf; in cmd_cmd() local
|
/external/bluez/libs/include/bluetooth/ |
D | hci_lib.h | 34 uint16_t ogf; member
|
D | hci.h | 1712 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
|
/external/bluez/utils/hcid/ |
D | hcid.h | 122 uint16_t ogf; member
|
D | security.c | 69 struct hci_req_data *hci_req_data_new(int dev_id, const bdaddr_t *dba, uint16_t ogf, uint16_t ocf, … in hci_req_data_new()
|
/external/bluez/hcidump/parser/ |
D | hci.c | 409 uint16_t ogf = cmd_opcode_ogf(opcode); in opcode2str() local 1323 uint16_t ogf = cmd_opcode_ogf(opcode); in command_dump() local 2143 uint16_t ogf = cmd_opcode_ogf(opcode); in cmd_complete_dump() local 2367 uint16_t ogf = cmd_opcode_ogf(opcode); in cmd_status_dump() local
|
/external/bluez/libs/src/ |
D | hci.c | 957 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd()
|