Searched refs:headset_send (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | headset.c | 322 headset_send(struct headset *hs, char *format, ...) in headset_send() function 347 err = headset_send(hs, "\r\n+BRSF: %u\r\n", ag.features); in supported_features() 351 return headset_send(hs, "\r\nOK\r\n"); in supported_features() 407 return headset_send(hs, "\r\nERROR\r\n"); in report_indicators() 415 err = headset_send(hs, "%s", str); in report_indicators() 422 return headset_send(hs, "\r\nOK\r\n"); in report_indicators() 693 return headset_send(hs, "\r\n+CME ERROR: %d\r\n", err); in telephony_generic_rsp() 697 return headset_send(hs, "\r\nOK\r\n"); in telephony_generic_rsp() 699 return headset_send(hs, "\r\nNO CARRIER\r\n"); in telephony_generic_rsp() 701 return headset_send(hs, "\r\nERROR\r\n"); in telephony_generic_rsp() [all …]
|