/aosp12/system/bt/stack/smp/ |
H A D | smp_utils.cc | 375 bool smp_send_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_send_cmd() 460 BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_build_pairing_cmd() 490 static BT_HDR* smp_build_confirm_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_confirm_cmd() 540 static BT_HDR* smp_build_encrypt_info_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_encrypt_info_cmd() 565 static BT_HDR* smp_build_central_id_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_central_id_cmd() 619 static BT_HDR* smp_build_id_addr_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_id_addr_cmd() 670 static BT_HDR* smp_build_pairing_fail(UNUSED_ATTR uint8_t cmd_code, in smp_build_pairing_fail() 803 UNUSED_ATTR uint8_t cmd_code, tSMP_CB* p_cb) { in smp_build_pairing_keypress_notification_cmd() 978 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_invalid_length() local 1007 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_invalid_parameters() local [all …]
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_av_api.cc | 49 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() 98 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
|
H A D | mock_stack_l2cap_utils.cc | 41 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t signal_id, tL2C_LCB* p_lcb) { in l2c_is_cmd_rejected()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_main.cc | 101 uint8_t cmd_code; in l2c_rcv_acl_data() local 289 uint8_t cmd_code, id; in process_l2cap_cmd() local
|
H A D | l2c_ble.cc | 416 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local
|
H A D | l2c_utils.cc | 267 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t signal_id, tL2C_LCB* p_lcb) { in l2c_is_cmd_rejected()
|
/aosp12/system/bt/stack/gatt/ |
H A D | att_protocol.cc | 101 static BT_HDR* attp_build_err_cmd(uint8_t cmd_code, uint16_t err_handle, in attp_build_err_cmd() 428 uint8_t cmd_code, BT_HDR* p_cmd) { in attp_cl_send_cmd()
|
H A D | gatt_cl.cc | 1113 uint8_t gatt_cmd_to_rsp_code(uint8_t cmd_code) { in gatt_cmd_to_rsp_code() 1195 uint8_t cmd_code = 0; in gatt_client_handle_server_rsp() local
|
H A D | gatt_int.h | 128 uint8_t cmd_code; member
|
/aosp12/system/bt/btif/test/ |
H A D | btif_rc_test.cc | 64 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() 73 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_api.cc | 456 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() 601 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
|
/aosp12/bootable/recovery/install/ |
H A D | adb_install.cpp | 70 auto cmd_code = android::base::get_unaligned<uint32_t>(cmd_code_string.c_str()); in ParseMinadbdCommand() local
|
/aosp12/system/nfc/src/nfa/hci/ |
H A D | nfa_hci_api.cc | 523 uint8_t cmd_code, uint16_t cmd_size, in NFA_HciSendCommand()
|
/aosp12/hardware/qcom/audio/post_proc/ |
H A D | ma_listener.c | 237 uint32_t cmd_code, uint32_t cmd_size, in ma_effect_command()
|
H A D | volume_listener.c | 375 uint32_t cmd_code, uint32_t cmd_size, in vol_effect_command()
|
/aosp12/system/bt/stack/bnep/ |
H A D | bnep_utils.cc | 367 void bnep_send_command_not_understood(tBNEP_CONN* p_bcb, uint8_t cmd_code) { in bnep_send_command_not_understood()
|
/aosp12/system/nfc/src/nfa/include/ |
H A D | nfa_hci_api.h | 215 uint8_t cmd_code; /* HCP CMD id */ member
|
H A D | nfa_hci_int.h | 248 uint8_t cmd_code; member
|
/aosp12/system/bt/btif/src/ |
H A D | btif_rc.cc | 3071 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()
|