HomeSort by relevance Sort by last modified time
    Searched refs:cmd_code (Results 1 - 20 of 20) sorted by null

  /system/bt/stack/smp/
smp_utils.c 135 typedef BT_HDR * (*tSMP_CMD_ACT)(UINT8 cmd_code, tSMP_CB *p_cb);
137 static BT_HDR *smp_build_pairing_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
138 static BT_HDR *smp_build_confirm_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
139 static BT_HDR *smp_build_rand_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
140 static BT_HDR *smp_build_pairing_fail(UINT8 cmd_code, tSMP_CB *p_cb);
141 static BT_HDR *smp_build_identity_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
142 static BT_HDR *smp_build_encrypt_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
143 static BT_HDR *smp_build_security_request(UINT8 cmd_code, tSMP_CB *p_cb);
144 static BT_HDR *smp_build_signing_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
145 static BT_HDR *smp_build_master_id_cmd(UINT8 cmd_code, tSMP_CB *p_cb)
954 UINT8 cmd_code = p_cb->rcvd_cmd_code; local
987 UINT8 cmd_code = p_cb->rcvd_cmd_code; local
    [all...]
smp_int.h 477 extern BOOLEAN smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
  /system/bt/stack/gatt/
att_protocol.c 102 BT_HDR *attp_build_err_cmd(UINT8 cmd_code, UINT16 err_handle, UINT8 reason)
109 UINT8_TO_STREAM(p, cmd_code);
390 p_cmd = attp_build_err_cmd(p_msg->error.cmd_code, p_msg->error.handle, p_msg->error.reason);
453 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd)
459 cmd_code &= ~GATT_AUTH_SIGN_MASK;
463 cmd_code == GATT_HANDLE_VALUE_CONF)
469 if (cmd_code != GATT_HANDLE_VALUE_CONF && cmd_code != GATT_CMD_WRITE)
472 gatt_cmd_enq(p_tcb, clcb_idx, FALSE, cmd_code, NULL);
481 gatt_cmd_enq(p_tcb, clcb_idx, TRUE, cmd_code, p_cmd)
    [all...]
gatt_cl.c 526 GATT_TRACE_DEBUG("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode);
    [all...]
gatt_int.h 132 UINT8 cmd_code; member in struct:__anon72494
gatt_utils.c     [all...]
  /system/bt/stack/l2cap/
l2c_main.c 89 UINT8 cmd_code; local
97 STREAM_TO_UINT8 (cmd_code, p);
100 && (cmd_code == L2CAP_CMD_INFO_REQ || cmd_code == L2CAP_CMD_CONN_REQ)) {
103 rcv_cid, cmd_code, list_length(l2cb.rcv_pending_q));
118 cmd_code, list_length(l2cb.rcv_pending_q));
274 UINT8 cmd_code, cfg_code, cfg_len, id; local
314 STREAM_TO_UINT8 (cmd_code, p);
322 pkt_len, cmd_len, cmd_code);
326 L2CAP_TRACE_DEBUG ("cmd_code: %d, id:%d, cmd_len:%d", cmd_code, id, cmd_len)
    [all...]
l2c_ble.c 622 UINT8 cmd_code, id; local
632 STREAM_TO_UINT8 (cmd_code, p);
639 L2CAP_TRACE_WARNING ("L2CAP - LE - format error, pkt_len: %d cmd_len: %d code: %d", pkt_len, cmd_len, cmd_code);
643 switch (cmd_code)
    [all...]
l2c_int.h 606 extern BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb);
    [all...]
l2c_utils.c 324 ** Description Checks if cmd_code is command or response
328 ** Returns BOOLEAN - TRUE if cmd_code is a command and it is rejected,
332 BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb)
334 switch(cmd_code)
345 L2CAP_TRACE_WARNING ("Dumping first Command (%d)", cmd_code);
    [all...]
  /system/bt/bta/av/
bta_av_api.c 481 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len)
488 p_buf->msg.hdr.ctype = cmd_code;
625 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt)
633 p_buf->rsp_code = cmd_code;
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 194 UINT8 cmd_code; /* HCP CMD id */ member in struct:__anon16211
490 UINT8 cmd_code,
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 584 UINT8 cmd_code,
608 NFA_TRACE_API3 ("NFA_HciSendCommand (): hci_handle:0x%04x, pipe:0x%02x Code: 0x%02x", hci_handle, pipe, cmd_code);
617 p_msg->cmd_code = cmd_code;
    [all...]
nfa_hci_act.c     [all...]
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py 313 def send_command_and_wait(self, cmd_code, cmd_index, cmd_data='',
319 @param cmd_code: Command Code.
331 self.send_command(cmd_code, cmd_index, cmd_data)
350 if code != cmd_code:
353 '0x%04d (expected 0x%04d)' % (code, cmd_code)))
379 if code != cmd_code:
382 '0x%04d (expected 0x%04d)' % (code, cmd_code)))
    [all...]
  /hardware/qcom/audio/post_proc/
volume_listener.c 358 uint32_t cmd_code, uint32_t cmd_size,
375 switch (cmd_code) {
545 ALOGW("volume_listener_command invalid command %d", cmd_code);
  /system/bt/bta/include/
bta_av_api.h 739 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
810 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt);
  /system/bt/stack/bnep/
bnep_int.h 226 extern void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code);
bnep_utils.c 396 void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code)
401 BNEP_TRACE_EVENT ("BNEP - bnep_send_command_not_understood for CID: 0x%x, cmd 0x%x", p_bcb->l2cap_cid, cmd_code);
412 UINT8_TO_BE_STREAM (p, cmd_code);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 247 UINT8 cmd_code; member in struct:__anon16355

Completed in 325 milliseconds