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

/hardware/ril/reference-ril/
H A Datchannel.c837 const char *pdu,
844 pdu, 0, pp_outResponse);
836 at_send_command_sms(const char *command, const char *pdu, const char *responsePrefix, ATResponse **pp_outResponse) argument
H A Dreference-ril.c823 length = strlen(p_args->pdu)/2;
826 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response);
1546 const char *pdu; local
1559 pdu = ((const char **)data)[1];
1561 tpLayerLength = strlen(pdu)/2;
1569 asprintf(&cmd2, "%s%s", smsc, pdu);
H A Dril.h351 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member in struct:__anon2558
352 the TP-layer length is "strlen(pdu)/2". */
/hardware/ril/include/telephony/
H A Dril.h351 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member in struct:__anon2393
352 the TP-layer length is "strlen(pdu)/2". */

Completed in 71 milliseconds