Lines Matching refs:ogf
1053 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument
1060 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1086 uint16_t opcode = htobs(cmd_opcode_pack(r->ogf, r->ocf)); in hci_send_req()
1106 if (hci_send_cmd(dd, r->ogf, r->ocf, r->clen, r->cparam) < 0) in hci_send_req()
1245 rq.ogf = OGF_LINK_CTL; in hci_create_connection()
1276 rq.ogf = OGF_LINK_CTL; in hci_disconnect()
1305 rq.ogf = OGF_LE_CTL; in hci_le_add_white_list()
1334 rq.ogf = OGF_LE_CTL; in hci_le_rm_white_list()
1360 rq.ogf = OGF_LE_CTL; in hci_le_read_white_list_size()
1385 rq.ogf = OGF_LE_CTL; in hci_le_clear_white_list()
1407 rq.ogf = OGF_HOST_CTL; in hci_read_local_name()
1434 rq.ogf = OGF_HOST_CTL; in hci_write_local_name()
1460 rq.ogf = OGF_LINK_CTL; in hci_read_remote_name_with_clock_offset()
1497 rq.ogf = OGF_LINK_CTL; in hci_read_remote_name_cancel()
1519 rq.ogf = OGF_LINK_CTL; in hci_read_remote_version()
1551 rq.ogf = OGF_LINK_CTL; in hci_read_remote_features()
1586 rq.ogf = OGF_LINK_CTL; in hci_read_remote_ext_features()
1621 rq.ogf = OGF_LINK_CTL; in hci_read_clock_offset()
1647 rq.ogf = OGF_INFO_PARAM; in hci_read_local_version()
1674 rq.ogf = OGF_INFO_PARAM; in hci_read_local_commands()
1699 rq.ogf = OGF_INFO_PARAM; in hci_read_local_features()
1728 rq.ogf = OGF_INFO_PARAM; in hci_read_local_ext_features()
1758 rq.ogf = OGF_INFO_PARAM; in hci_read_bd_addr()
1783 rq.ogf = OGF_HOST_CTL; in hci_read_class_of_dev()
1809 rq.ogf = OGF_HOST_CTL; in hci_write_class_of_dev()
1822 rq.ogf = OGF_HOST_CTL; in hci_read_voice_setting()
1846 rq.ogf = OGF_HOST_CTL; in hci_write_voice_setting()
1860 rq.ogf = OGF_HOST_CTL; in hci_read_current_iac_lap()
1888 rq.ogf = OGF_HOST_CTL; in hci_write_current_iac_lap()
1906 rq.ogf = OGF_HOST_CTL; in hci_read_stored_link_key()
1925 rq.ogf = OGF_HOST_CTL; in hci_write_stored_link_key()
1943 rq.ogf = OGF_HOST_CTL; in hci_delete_stored_link_key()
1959 rq.ogf = OGF_LINK_CTL; in hci_authenticate_link()
1987 rq.ogf = OGF_LINK_CTL; in hci_encrypt_link()
2014 rq.ogf = OGF_LINK_CTL; in hci_change_link_key()
2041 rq.ogf = OGF_LINK_POLICY; in hci_switch_role()
2073 rq.ogf = OGF_LINK_POLICY; in hci_park_mode()
2102 rq.ogf = OGF_LINK_POLICY; in hci_exit_park_mode()
2127 rq.ogf = OGF_HOST_CTL; in hci_read_inquiry_scan_type()
2154 rq.ogf = OGF_HOST_CTL; in hci_write_inquiry_scan_type()
2178 rq.ogf = OGF_HOST_CTL; in hci_read_inquiry_mode()
2205 rq.ogf = OGF_HOST_CTL; in hci_write_inquiry_mode()
2229 rq.ogf = OGF_HOST_CTL; in hci_read_afh_mode()
2256 rq.ogf = OGF_HOST_CTL; in hci_write_afh_mode()
2280 rq.ogf = OGF_HOST_CTL; in hci_read_ext_inquiry_response()
2310 rq.ogf = OGF_HOST_CTL; in hci_write_ext_inquiry_response()
2334 rq.ogf = OGF_HOST_CTL; in hci_read_simple_pairing_mode()
2361 rq.ogf = OGF_HOST_CTL; in hci_write_simple_pairing_mode()
2385 rq.ogf = OGF_HOST_CTL; in hci_read_local_oob_data()
2409 rq.ogf = OGF_HOST_CTL; in hci_read_inq_response_tx_power_level()
2441 rq.ogf = OGF_HOST_CTL; in hci_write_inquiry_transmit_power_level()
2471 rq.ogf = OGF_HOST_CTL; in hci_read_transmit_power_level()
2496 rq.ogf = OGF_LINK_POLICY; in hci_read_link_policy()
2526 rq.ogf = OGF_LINK_POLICY; in hci_write_link_policy()
2551 rq.ogf = OGF_HOST_CTL; in hci_read_link_supervision_timeout()
2582 rq.ogf = OGF_HOST_CTL; in hci_write_link_supervision_timeout()
2610 rq.ogf = OGF_HOST_CTL; in hci_set_afh_classification()
2635 rq.ogf = OGF_STATUS_PARAM; in hci_read_link_quality()
2660 rq.ogf = OGF_STATUS_PARAM; in hci_read_rssi()
2686 rq.ogf = OGF_STATUS_PARAM; in hci_read_afh_map()
2718 rq.ogf = OGF_STATUS_PARAM; in hci_read_clock()
2749 rq.ogf = OGF_LE_CTL; in hci_le_set_scan_enable()
2783 rq.ogf = OGF_LE_CTL; in hci_le_set_scan_parameters()
2811 rq.ogf = OGF_LE_CTL; in hci_le_set_advertise_enable()
2856 rq.ogf = OGF_LE_CTL; in hci_le_create_conn()
2896 rq.ogf = OGF_LE_CTL; in hci_le_conn_update()