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

  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 756 evt_data.cmd_sent.status = status;
805 evt_data.cmd_sent.status = status;
    [all...]
nfa_hci_main.c     [all...]
nfa_hci_utils.c 400 nfa_hci_cb.cmd_sent = instruction;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 671 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; local
697 cmd_sent = attp_send_sr_msg (p_tcb, p_buf);
700 cmd_sent = GATT_NO_RESOURCES;
702 return cmd_sent;
722 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; local
745 cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_msg);
747 return cmd_sent;
    [all...]
att_protocol.c 456 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; local
463 cmd_sent = attp_send_msg_to_l2cap (p_tcb, p_msg);
466 return cmd_sent;
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 261 tNFA_HCI_CMD_SENT cmd_sent; /* NFA_HCI_CMD_SENT_EVT */ member in union:__anon7754
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 392 tNFA_HCI_COMMAND cmd_sent; /* The last command sent */ member in struct:__anon7901

Completed in 88 milliseconds