Home
last modified time | relevance | path

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

/external/bluez/utils/test/
Dhciemu.c257 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/
Dhciattach_st.c42 static int do_command(int fd, uint8_t ogf, uint16_t ocf, in do_command()
Dhcitool.c1061 uint8_t ogf; in cmd_cmd() local
/external/bluez/libs/include/bluetooth/
Dhci_lib.h34 uint16_t ogf; member
Dhci.h1712 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/external/bluez/utils/hcid/
Dhcid.h122 uint16_t ogf; member
Dsecurity.c69 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/
Dhci.c409 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/
Dhci.c957 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd()