Searched defs:pdu (Results 1 - 4 of 4) sorted by relevance

/hardware/ril/reference-ril/
H A Datchannel.c889 const char *pdu,
896 pdu, 0, pp_outResponse);
888 at_send_command_sms(const char *command, const char *pdu, const char *responsePrefix, ATResponse **pp_outResponse) argument
H A Dreference-ril.c801 length = strlen(p_args->pdu)/2;
804 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response);
1524 const char *pdu; local
1537 pdu = ((const char **)data)[1];
1539 tpLayerLength = strlen(pdu)/2;
1547 asprintf(&cmd2, "%s%s", smsc, pdu);
H A Dril.h276 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member in struct:__anon1376
277 the TP-layer length is "strlen(pdu)/2". */
/hardware/ril/include/telephony/
H A Dril.h276 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member in struct:__anon1229
277 the TP-layer length is "strlen(pdu)/2". */

Completed in 3009 milliseconds