Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc408 bool smp_send_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_send_cmd()
492 BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb) { in smp_build_pairing_cmd()
1076 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_invalid_length() local
1104 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_invalid_parameters() local
1137 uint8_t cmd_code = p_cb->rcvd_cmd_code; in smp_command_has_valid_fixed_length() local
/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc108 static BT_HDR* attp_build_err_cmd(uint8_t cmd_code, uint16_t err_handle, in attp_build_err_cmd()
481 uint8_t cmd_code, BT_HDR* p_cmd) { in attp_cl_send_cmd()
Dgatt_cl.cc1145 uint8_t gatt_cmd_to_rsp_code(uint8_t cmd_code) { in gatt_cmd_to_rsp_code()
1228 uint8_t cmd_code = 0; in gatt_client_handle_server_rsp() local
Dgatt_int.h131 uint8_t cmd_code; member
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc457 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
602 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc99 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
173 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc272 uint8_t cmd_code, id; in process_l2cap_cmd() local
Dl2c_ble.cc237 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local
Dl2c_utils.cc268 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/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.cc3052 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()