Home
last modified time | relevance | path

Searched refs:BT_CAPABILITIES_TRANSPORT_A2DP (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/test/
Dipctest.c113 .transport = BT_CAPABILITIES_TRANSPORT_A2DP,
267 } else if (u->transport == BT_CAPABILITIES_TRANSPORT_A2DP) { in parse_caps()
389 assert(u->transport == BT_CAPABILITIES_TRANSPORT_A2DP); in setup_a2dp()
586 msg.open_req.seid = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ? in bt_open()
589 msg.open_req.lock = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ? in bt_open()
611 if (u->transport == BT_CAPABILITIES_TRANSPORT_A2DP) { in set_conf()
621 if (u->transport == BT_CAPABILITIES_TRANSPORT_A2DP) { in set_conf()
642 if (u->transport == BT_CAPABILITIES_TRANSPORT_A2DP) { in set_conf()
1046 u->transport = BT_CAPABILITIES_TRANSPORT_A2DP; in input_cb()
/external/bluetooth/bluez/audio/
Dpcm_bluetooth.c395 if (data->transport == BT_CAPABILITIES_TRANSPORT_A2DP) { in bluetooth_prepare()
734 req->codec.transport = BT_CAPABILITIES_TRANSPORT_A2DP; in bluetooth_a2dp_hw_params()
748 data->transport = BT_CAPABILITIES_TRANSPORT_A2DP; in bluetooth_a2dp_hw_params()
1434 bt_config->transport = BT_CAPABILITIES_TRANSPORT_A2DP; in bluetooth_parse_config()
1622 if (codec->transport != BT_CAPABILITIES_TRANSPORT_A2DP) in bluetooth_parse_capabilities()
1744 if (data->transport == BT_CAPABILITIES_TRANSPORT_A2DP) in SND_PCM_PLUGIN_DEFINE_FUNC()
1757 if (data->transport == BT_CAPABILITIES_TRANSPORT_A2DP) in SND_PCM_PLUGIN_DEFINE_FUNC()
Dipc.h106 #define BT_CAPABILITIES_TRANSPORT_A2DP 0 macro
Dliba2dp.c534 setconf_req->codec.transport = BT_CAPABILITIES_TRANSPORT_A2DP; in bluetooth_a2dp_hw_params()
855 if (codec->transport != BT_CAPABILITIES_TRANSPORT_A2DP) in bluetooth_parse_capabilities()
897 getcaps_req->transport = BT_CAPABILITIES_TRANSPORT_A2DP; in bluetooth_configure()
Dunix.c1304 else if (req->transport == BT_CAPABILITIES_TRANSPORT_A2DP) in handle_getcapabilities_req()
1317 else if (req->transport == BT_CAPABILITIES_TRANSPORT_A2DP) in handle_getcapabilities_req()
1554 } else if (req->codec.transport == BT_CAPABILITIES_TRANSPORT_A2DP) { in handle_setconfiguration_req()