Searched refs:headset_send (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | headset.c | 331 static int headset_send(struct headset *hs, char *format, ...) in headset_send() function 356 err = headset_send(hs, "\r\n+BRSF: %u\r\n", ag.features); in supported_features() 360 return headset_send(hs, "\r\nOK\r\n"); in supported_features() 416 return headset_send(hs, "\r\nERROR\r\n"); in report_indicators() 424 err = headset_send(hs, str); in report_indicators() 431 return headset_send(hs, "\r\nOK\r\n"); in report_indicators() 704 return headset_send(hs, "\r\n+CME ERROR: %d\r\n", err); in telephony_generic_rsp() 706 return headset_send(hs, "\r\nERROR\r\n"); in telephony_generic_rsp() 709 return headset_send(hs, "\r\nOK\r\n"); in telephony_generic_rsp() 722 ret = headset_send(hs, "\r\nOK\r\n"); in telephony_event_reporting_rsp() [all …]
|