Home | History | Annotate | Download | only in android

Lines Matching defs:pdus

1561     SmsPDU*        pdus;
1601 /* create a list of SMS PDUs, then send them */
1602 pdus = smspdu_create_deliver_utf8( (cbytes_t)p, textlen, &sender, NULL );
1603 if (pdus == NULL) {
1604 control_write( client, "KO: internal error when creating SMS-DELIVER PDUs\n" );
1608 for (nn = 0; pdus[nn] != NULL; nn++)
1609 amodem_receive_sms( android_modem, pdus[nn] );
1611 smspdu_free_list( pdus );