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

  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 455 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; local
464 cmd_sent = GATT_SUCCESS;
466 cmd_sent = GATT_INTERNAL_ERROR;
469 return cmd_sent;
gatt_api.c 669 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; local
693 cmd_sent = attp_send_sr_msg (p_tcb, p_buf);
695 return cmd_sent;
715 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; local
738 cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_msg);
740 return cmd_sent;
    [all...]
  /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:__anon10319
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 392 tNFA_HCI_COMMAND cmd_sent; /* The last command sent */ member in struct:__anon10463

Completed in 469 milliseconds