Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc389 bool smp_send_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_send_cmd()
474 BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_build_pairing_cmd()
504 static BT_HDR* smp_build_confirm_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_confirm_cmd()
530 static BT_HDR* smp_build_rand_cmd(UNUSED_ATTR uint8_t cmd_code, tSMP_CB* p_cb) { in smp_build_rand_cmd()
554 static BT_HDR* smp_build_encrypt_info_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_encrypt_info_cmd()
579 static BT_HDR* smp_build_central_id_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_central_id_cmd()
605 static BT_HDR* smp_build_identity_info_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_identity_info_cmd()
633 static BT_HDR* smp_build_id_addr_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_id_addr_cmd()
659 static BT_HDR* smp_build_signing_info_cmd(UNUSED_ATTR uint8_t cmd_code, in smp_build_signing_info_cmd()
684 static BT_HDR* smp_build_pairing_fail(UNUSED_ATTR uint8_t cmd_code, in smp_build_pairing_fail()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc51 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
102 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
Dmock_stack_l2cap_utils.cc42 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t signal_id, tL2C_LCB* p_lcb) { in l2c_is_cmd_rejected()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc101 uint8_t cmd_code; in l2c_rcv_acl_data() local
289 uint8_t cmd_code, id; in process_l2cap_cmd() local
Dl2c_ble.cc448 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local
Dl2c_utils.cc269 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t signal_id, tL2C_LCB* p_lcb) { in l2c_is_cmd_rejected()
/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc106 static BT_HDR* attp_build_err_cmd(uint8_t cmd_code, uint16_t err_handle, in attp_build_err_cmd()
433 uint8_t cmd_code, BT_HDR* p_cmd) { in attp_cl_send_cmd()
Dgatt_cl.cc1120 uint8_t gatt_cmd_to_rsp_code(uint8_t cmd_code) { in gatt_cmd_to_rsp_code()
1204 uint8_t cmd_code = 0; in gatt_client_handle_server_rsp() local
Dgatt_int.h134 uint8_t cmd_code; member
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc68 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
77 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc461 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
606 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc370 void bnep_send_command_not_understood(tBNEP_CONN* p_bcb, uint8_t cmd_code) { in bnep_send_command_not_understood()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc3080 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()