Home
last modified time | relevance | path

Searched refs:cmd_code (Results 1 – 22 of 22) sorted by relevance

/system/bt/stack/smp/
Dsmp_utils.cc136 typedef BT_HDR* (*tSMP_CMD_ACT)(uint8_t cmd_code, tSMP_CB* p_cb);
138 static BT_HDR* smp_build_pairing_cmd(uint8_t cmd_code, tSMP_CB* p_cb);
139 static BT_HDR* smp_build_confirm_cmd(UNUSED_ATTR uint8_t cmd_code,
141 static BT_HDR* smp_build_rand_cmd(UNUSED_ATTR uint8_t cmd_code, tSMP_CB* p_cb);
142 static BT_HDR* smp_build_pairing_fail(UNUSED_ATTR uint8_t cmd_code,
144 static BT_HDR* smp_build_identity_info_cmd(UNUSED_ATTR uint8_t cmd_code,
146 static BT_HDR* smp_build_encrypt_info_cmd(UNUSED_ATTR uint8_t cmd_code,
148 static BT_HDR* smp_build_security_request(UNUSED_ATTR uint8_t cmd_code,
150 static BT_HDR* smp_build_signing_info_cmd(UNUSED_ATTR uint8_t cmd_code,
152 static BT_HDR* smp_build_central_id_cmd(UNUSED_ATTR uint8_t cmd_code,
[all …]
Dsmp_int.h415 extern bool smp_send_cmd(uint8_t cmd_code, tSMP_CB* p_cb);
/system/bt/stack/gatt/
Datt_protocol.cc101 static BT_HDR* attp_build_err_cmd(uint8_t cmd_code, uint16_t err_handle, in attp_build_err_cmd() argument
108 UINT8_TO_STREAM(p, cmd_code); in attp_build_err_cmd()
375 return attp_build_err_cmd(p_msg->error.cmd_code, p_msg->error.handle, in attp_build_sr_msg()
428 uint8_t cmd_code, BT_HDR* p_cmd) { in attp_cl_send_cmd() argument
429 cmd_code &= ~GATT_AUTH_SIGN_MASK; in attp_cl_send_cmd()
432 cmd_code != GATT_HANDLE_VALUE_CONF) { in attp_cl_send_cmd()
433 gatt_cmd_enq(tcb, p_clcb, true, cmd_code, p_cmd); in attp_cl_send_cmd()
447 if (cmd_code == GATT_HANDLE_VALUE_CONF || cmd_code == GATT_CMD_WRITE) { in attp_cl_send_cmd()
453 gatt_cmd_enq(tcb, p_clcb, false, cmd_code, NULL); in attp_cl_send_cmd()
Dgatt_cl.cc1069 uint8_t gatt_cmd_to_rsp_code(uint8_t cmd_code) { in gatt_cmd_to_rsp_code() argument
1072 if (cmd_code > 1 && cmd_code != GATT_CMD_WRITE) { in gatt_cmd_to_rsp_code()
1073 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code()
1151 uint8_t cmd_code = 0; in gatt_client_handle_server_rsp() local
1152 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, cid, &cmd_code); in gatt_client_handle_server_rsp()
1153 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code); in gatt_client_handle_server_rsp()
Dgatt_int.h128 uint8_t cmd_code; member
Dgatt_utils.cc809 msg.error.cmd_code = op_code; in gatt_send_error_rsp()
/system/bt/stack/l2cap/
Dl2c_main.cc101 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 …]
Dl2c_ble.cc416 uint8_t cmd_code, id; in l2cble_process_sig_cmd() local
434 STREAM_TO_UINT8(cmd_code, p); in l2cble_process_sig_cmd()
442 pkt_len, cmd_len, cmd_code); in l2cble_process_sig_cmd()
446 switch (cmd_code) { in l2cble_process_sig_cmd()
1045 L2CAP_TRACE_WARNING("L2CAP - LE - unknown cmd code: %d", cmd_code); in l2cble_process_sig_cmd()
Dl2c_int.h692 extern bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t id, tL2C_LCB* p_lcb);
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() argument
268 switch (cmd_code) { in l2c_is_cmd_rejected()
279 L2CAP_TRACE_WARNING("Dumping first Command (%d)", cmd_code); in l2c_is_cmd_rejected()
/system/bt/test/mock/
Dmock_bta_av_api.cc49 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() argument
98 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument
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() argument
/system/bt/btif/test/
Dbtif_rc_test.cc64 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() argument
73 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument
/system/bt/bta/av/
Dbta_av_api.cc456 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument
463 p_buf->msg.hdr.ctype = cmd_code; in BTA_AvVendorCmd()
601 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd() argument
609 p_buf->rsp_code = cmd_code; in BTA_AvMetaCmd()
/system/nfc/src/nfa/include/
Dnfa_hci_api.h215 uint8_t cmd_code; /* HCP CMD id */ member
482 uint8_t cmd_code, uint16_t cmd_size,
Dnfa_hci_int.h248 uint8_t cmd_code; member
/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc523 uint8_t cmd_code, uint16_t cmd_size, in NFA_HciSendCommand() argument
547 hci_handle, pipe, cmd_code); in NFA_HciSendCommand()
556 p_msg->cmd_code = cmd_code; in NFA_HciSendCommand()
Dnfa_hci_act.cc879 p_evt_data->send_cmd.cmd_code, in nfa_hci_api_send_cmd()
1916 evt_data.cmd_rcvd.cmd_code = nfa_hci_cb.inst; in nfa_hci_handle_generic_gate_cmd()
/system/bt/bta/include/
Dbta_av_api.h598 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code,
671 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code,
/system/bt/stack/bnep/
Dbnep_int.h191 uint8_t cmd_code);
Dbnep_utils.cc367 void bnep_send_command_not_understood(tBNEP_CONN* p_bcb, uint8_t cmd_code) { in bnep_send_command_not_understood() argument
373 p_bcb->l2cap_cid, cmd_code); in bnep_send_command_not_understood()
384 UINT8_TO_BE_STREAM(p, cmd_code); in bnep_send_command_not_understood()
/system/bt/btif/src/
Dbtif_rc.cc3071 tBTA_AV_CODE cmd_code, in build_and_send_vendor_cmd() argument
3083 BTA_AvVendorCmd(p_dev->rc_handle, p_transaction->lbl, cmd_code, data_start, in build_and_send_vendor_cmd()
3086 if (cmd_code == AVRC_CMD_STATUS) { in build_and_send_vendor_cmd()
3088 } else if (cmd_code == AVRC_CMD_CTRL) { in build_and_send_vendor_cmd()