Home
last modified time | relevance | path

Searched defs:cmd_code (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/bt/stack/smp/
H A Dsmp_utils.cc375 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 Dmock_bta_av_api.cc49 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 Dmock_stack_l2cap_utils.cc41 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 Dl2c_main.cc101 uint8_t cmd_code; in l2c_rcv_acl_data() local
289 uint8_t cmd_code, id; in process_l2cap_cmd() local
H A Dl2c_ble.cc416 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local
H A Dl2c_utils.cc267 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 Datt_protocol.cc101 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 Dgatt_cl.cc1113 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 Dgatt_int.h128 uint8_t cmd_code; member
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc64 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 Dbta_av_api.cc456 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 Dadb_install.cpp70 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 Dnfa_hci_api.cc523 uint8_t cmd_code, uint16_t cmd_size, in NFA_HciSendCommand()
/aosp12/hardware/qcom/audio/post_proc/
H A Dma_listener.c237 uint32_t cmd_code, uint32_t cmd_size, in ma_effect_command()
H A Dvolume_listener.c375 uint32_t cmd_code, uint32_t cmd_size, in vol_effect_command()
/aosp12/system/bt/stack/bnep/
H A Dbnep_utils.cc367 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 Dnfa_hci_api.h215 uint8_t cmd_code; /* HCP CMD id */ member
H A Dnfa_hci_int.h248 uint8_t cmd_code; member
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc3071 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()