Home
last modified time | relevance | path

Searched refs:BT_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/audio/
Dunix.c274 rsp->h.type = BT_RESPONSE; in headset_discovery_complete()
304 rsp->h.type = BT_RESPONSE; in headset_setup_complete()
336 rsp->h.type = BT_RESPONSE; in gateway_setup_complete()
366 rsp->h.type = BT_RESPONSE; in headset_resume_complete()
404 rsp->h.type = BT_RESPONSE; in gateway_resume_complete()
436 rsp->h.type = BT_RESPONSE; in headset_suspend_complete()
624 rsp->h.type = BT_RESPONSE; in a2dp_discovery_complete()
732 rsp->h.type = BT_RESPONSE; in a2dp_config_complete()
771 rsp->h.type = BT_RESPONSE; in a2dp_resume_complete()
778 ind->h.type = BT_RESPONSE; in a2dp_resume_complete()
[all …]
Dipc.h91 #define BT_RESPONSE 1 macro
/external/bluetooth/bluez/test/
Dipctest.c192 if ((rsp->type != BT_INDICATION && rsp->type != BT_RESPONSE) || in service_expect()