/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 145 typedef BT_HDR* (*tSMP_CMD_ACT)(uint8_t cmd_code, tSMP_CB* p_cb); 147 static BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb); 148 static BT_HDR* smp_build_confirm_cmd(UNUSED_ATTR uint8_t cmd_code, 150 static BT_HDR* smp_build_rand_cmd(UNUSED_ATTR uint8_t cmd_code, tSMP_CB* p_cb); 151 static BT_HDR* smp_build_pairing_fail(UNUSED_ATTR uint8_t cmd_code, 153 static BT_HDR* smp_build_identity_info_cmd(UNUSED_ATTR uint8_t cmd_code, 155 static BT_HDR* smp_build_encrypt_info_cmd(UNUSED_ATTR uint8_t cmd_code, 157 static BT_HDR* smp_build_security_request(UNUSED_ATTR uint8_t cmd_code, 159 static BT_HDR* smp_build_signing_info_cmd(UNUSED_ATTR uint8_t cmd_code, 161 static BT_HDR* smp_build_central_id_cmd(UNUSED_ATTR uint8_t cmd_code, [all …]
|
D | smp_int.h | 428 extern bool smp_send_cmd(uint8_t cmd_code, tSMP_CB* p_cb);
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_main.cc | 101 uint8_t cmd_code; in l2c_rcv_acl_data() local 102 STREAM_TO_UINT8(cmd_code, p); in l2c_rcv_acl_data() 105 (cmd_code != L2CAP_CMD_INFO_REQ && cmd_code != L2CAP_CMD_CONN_REQ)) { in l2c_rcv_acl_data() 113 handle, p_msg->layer_specific, rcv_cid, cmd_code, in l2c_rcv_acl_data() 124 handle, p_msg->layer_specific, rcv_cid, cmd_code, in l2c_rcv_acl_data() 289 uint8_t cmd_code, id; in process_l2cap_cmd() local 291 STREAM_TO_UINT8(cmd_code, p); in process_l2cap_cmd() 306 cmd_len, cmd_code); in process_l2cap_cmd() 310 LOG_DEBUG("cmd_code: %d, id:%d, cmd_len:%d", cmd_code, id, cmd_len); in process_l2cap_cmd() 315 if (l2c_is_cmd_rejected(cmd_code, id, p_lcb)) { in process_l2cap_cmd() [all …]
|
D | l2c_ble.cc | 448 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local 465 STREAM_TO_UINT8(cmd_code, p); in l2cble_process_sig_cmd() 473 pkt_len, cmd_len, cmd_code); in l2cble_process_sig_cmd() 477 switch (cmd_code) { in l2cble_process_sig_cmd() 1124 L2CAP_TRACE_WARNING("L2CAP - LE - unknown cmd code: %d", cmd_code); in l2cble_process_sig_cmd()
|
D | l2c_int.h | 714 extern bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t id, tL2C_LCB* p_lcb);
|
D | l2c_utils.cc | 269 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t signal_id, tL2C_LCB* p_lcb) { in l2c_is_cmd_rejected() argument 270 switch (cmd_code) { in l2c_is_cmd_rejected() 281 L2CAP_TRACE_WARNING("Dumping first Command (%d)", cmd_code); in l2c_is_cmd_rejected()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | att_protocol.cc | 106 static BT_HDR* attp_build_err_cmd(uint8_t cmd_code, uint16_t err_handle, in attp_build_err_cmd() argument 113 UINT8_TO_STREAM(p, cmd_code); in attp_build_err_cmd() 380 return attp_build_err_cmd(p_msg->error.cmd_code, p_msg->error.handle, in attp_build_sr_msg() 433 uint8_t cmd_code, BT_HDR* p_cmd) { in attp_cl_send_cmd() argument 434 cmd_code &= ~GATT_AUTH_SIGN_MASK; in attp_cl_send_cmd() 437 cmd_code != GATT_HANDLE_VALUE_CONF) { in attp_cl_send_cmd() 438 gatt_cmd_enq(tcb, p_clcb, true, cmd_code, p_cmd); in attp_cl_send_cmd() 455 if (cmd_code == GATT_HANDLE_VALUE_CONF || cmd_code == GATT_CMD_WRITE) { in attp_cl_send_cmd() 462 gatt_cmd_enq(tcb, p_clcb, false, cmd_code, NULL); in attp_cl_send_cmd()
|
D | gatt_cl.cc | 1120 uint8_t gatt_cmd_to_rsp_code(uint8_t cmd_code) { in gatt_cmd_to_rsp_code() argument 1123 if (cmd_code > 1 && cmd_code != GATT_CMD_WRITE) { in gatt_cmd_to_rsp_code() 1124 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code() 1204 uint8_t cmd_code = 0; in gatt_client_handle_server_rsp() local 1205 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, cid, &cmd_code); in gatt_client_handle_server_rsp() 1212 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code); in gatt_client_handle_server_rsp()
|
D | gatt_int.h | 134 uint8_t cmd_code; member
|
D | gatt_utils.cc | 821 msg.error.cmd_code = op_code; in gatt_send_error_rsp()
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_api.cc | 461 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument 468 p_buf->msg.hdr.ctype = cmd_code; in BTA_AvVendorCmd() 606 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() argument 614 p_buf->rsp_code = cmd_code; in BTA_AvMetaCmd()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_api.cc | 51 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() argument 102 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument
|
D | mock_stack_l2cap_utils.cc | 42 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t signal_id, tL2C_LCB* p_lcb) { in l2c_is_cmd_rejected() argument
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 68 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() argument 77 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_api.h | 602 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, 675 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code,
|
/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() argument 376 p_bcb->l2cap_cid, cmd_code); in bnep_send_command_not_understood() 387 UINT8_TO_BE_STREAM(p, cmd_code); in bnep_send_command_not_understood()
|
D | bnep_int.h | 193 uint8_t cmd_code);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 3080 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd() argument 3092 BTA_AvVendorCmd(p_dev->rc_handle, p_transaction->lbl, cmd_code, data_start, in build_and_send_vendor_cmd() 3095 if (cmd_code == AVRC_CMD_STATUS) { in build_and_send_vendor_cmd() 3097 } else if (cmd_code == AVRC_CMD_CTRL) { in build_and_send_vendor_cmd()
|