Searched refs:cmd_code (Results 1 - 19 of 19) sorted by relevance

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c51 typedef BT_HDR * (*tSMP_CMD_ACT)(UINT8 cmd_code, tSMP_CB *p_cb);
53 static BT_HDR * smp_build_pairing_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
54 static BT_HDR * smp_build_confirm_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
55 static BT_HDR * smp_build_rand_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
56 static BT_HDR * smp_build_pairing_fail(UINT8 cmd_code, tSMP_CB *p_cb);
57 static BT_HDR * smp_build_identity_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
58 static BT_HDR * smp_build_encrypt_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
59 static BT_HDR * smp_build_security_request(UINT8 cmd_code, tSMP_CB *p_cb);
60 static BT_HDR * smp_build_signing_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
61 static BT_HDR * smp_build_master_id_cmd(UINT8 cmd_code, tSMP_C
111 smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
176 smp_build_pairing_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
208 smp_build_confirm_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
235 smp_build_rand_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
262 smp_build_encrypt_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
289 smp_build_master_id_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
317 smp_build_identity_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
348 smp_build_id_addr_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
380 smp_build_signing_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb) argument
407 smp_build_pairing_fail(UINT8 cmd_code, tSMP_CB *p_cb) argument
434 smp_build_security_request(UINT8 cmd_code, tSMP_CB *p_cb) argument
[all...]
H A Dsmp_int.h299 extern BOOLEAN smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c107 BT_HDR *attp_build_err_cmd(UINT8 cmd_code, UINT16 err_handle, UINT8 reason) argument
117 UINT8_TO_STREAM (p, cmd_code);
418 p_cmd = attp_build_err_cmd(p_msg->error.cmd_code, p_msg->error.handle, p_msg->error.reason);
481 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd) argument
487 cmd_code &= ~GATT_AUTH_SIGN_MASK;
491 cmd_code == GATT_HANDLE_VALUE_CONF)
497 if (cmd_code != GATT_HANDLE_VALUE_CONF && cmd_code != GATT_CMD_WRITE)
500 gatt_cmd_enq(p_tcb, clcb_idx, FALSE, cmd_code, NULL);
509 gatt_cmd_enq(p_tcb, clcb_idx, TRUE, cmd_code, p_cm
[all...]
H A Dgatt_cl.c525 GATT_TRACE_DEBUG("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode);
1080 UINT8 gatt_cmd_to_rsp_code (UINT8 cmd_code) argument
1084 if (cmd_code > 1 && cmd_code != GATT_CMD_WRITE)
1086 rsp_code = cmd_code + 1;
H A Dgatt_int.h132 UINT8 cmd_code; member in struct:__anon1276
H A Dgatt_utils.c1445 error.cmd_code = op_code;
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_main.c140 UINT8 cmd_code; local
148 STREAM_TO_UINT8 (cmd_code, p);
151 && (cmd_code == L2CAP_CMD_INFO_REQ || cmd_code == L2CAP_CMD_CONN_REQ))
154 handle, p_msg->layer_specific, rcv_cid, cmd_code,
167 handle, p_msg->layer_specific, rcv_cid, cmd_code, l2cb.rcv_hold_q.count);
325 UINT8 cmd_code, cfg_code, cfg_len, id; local
365 STREAM_TO_UINT8 (cmd_code, p);
373 pkt_len, cmd_len, cmd_code);
377 L2CAP_TRACE_DEBUG ("cmd_code
[all...]
H A Dl2c_ble.c584 UINT8 cmd_code, id; local
591 STREAM_TO_UINT8 (cmd_code, p);
598 L2CAP_TRACE_WARNING ("L2CAP - LE - format error, pkt_len: %d cmd_len: %d code: %d", pkt_len, cmd_len, cmd_code);
602 switch (cmd_code)
654 L2CAP_TRACE_WARNING ("L2CAP - LE - unknown cmd code: %d", cmd_code);
H A Dl2c_int.h606 extern BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb);
H A Dl2c_utils.c304 ** Description Checks if cmd_code is command or response
308 ** Returns BOOLEAN - TRUE if cmd_code is a command and it is rejected,
312 BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb) argument
314 switch(cmd_code)
325 L2CAP_TRACE_WARNING ("Dumping first Command (%d)", cmd_code);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c434 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len) argument
442 p_buf->msg.hdr.ctype = cmd_code;
592 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt) argument
601 p_buf->rsp_code = cmd_code;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h194 UINT8 cmd_code; /* HCP CMD id */ member in struct:__anon24041
490 UINT8 cmd_code,
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c584 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;
582 NFA_HciSendCommand(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 cmd_code, UINT16 cmd_size, UINT8 *p_data) argument
H A Dnfa_hci_act.c922 if ((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, p_evt_data->send_cmd.cmd_code,
1954 evt_data.cmd_rcvd.cmd_code = nfa_hci_cb.inst;
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.c853 int cmd_code; local
879 cmd_code = ReadSymbol(htree_command, &br);
880 range_idx = cmd_code >> 6;
887 insert_code = kInsertRangeLut[range_idx] + ((cmd_code >> 3) & 7);
888 copy_code = kCopyRangeLut[range_idx] + (cmd_code & 7);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h714 BTA_API void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
785 BTA_API void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt);
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_int.h229 extern void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code);
H A Dbnep_utils.c412 void bnep_send_command_not_understood (tBNEP_CONN *p_bcb, UINT8 cmd_code) argument
417 BNEP_TRACE_EVENT ("BNEP - bnep_send_command_not_understood for CID: 0x%x, cmd 0x%x", p_bcb->l2cap_cid, cmd_code);
433 UINT8_TO_BE_STREAM (p, cmd_code);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h247 UINT8 cmd_code; member in struct:__anon24185

Completed in 567 milliseconds