Searched defs:cmd_code (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 408 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/ |
D | att_protocol.cc | 108 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()
|
D | gatt_cl.cc | 1145 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
|
D | gatt_int.h | 131 uint8_t cmd_code; member
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_api.cc | 457 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/ |
D | mock_bta_av_api.cc | 99 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/ |
D | l2c_main.cc | 272 uint8_t cmd_code, id; in process_l2cap_cmd() local
|
D | l2c_ble.cc | 237 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local
|
D | l2c_utils.cc | 268 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/ |
D | bnep_utils.cc | 370 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/ |
D | btif_rc.cc | 3052 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd()
|