Home
last modified time | relevance | path

Searched refs:BT_FLAG_AUTOCONNECT (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluez/audio/
Dipc.h114 #define BT_FLAG_AUTOCONNECT 1 macro
Dunix.c1330 if (!dev && (req->flags & BT_FLAG_AUTOCONNECT)) in handle_getcapabilities_req()
1343 if (!dev && (req->flags & BT_FLAG_AUTOCONNECT)) in handle_getcapabilities_req()
Dliba2dp.c898 getcaps_req->flags |= BT_FLAG_AUTOCONNECT; in bluetooth_configure()
Dpcm_bluetooth.c1698 req->flags |= BT_FLAG_AUTOCONNECT; in bluetooth_init()
Dgstavdtpsink.c1157 req->flags |= BT_FLAG_AUTOCONNECT; in gst_avdtp_sink_get_capabilities()
/external/bluetooth/bluez/test/
Dipctest.c316 msg.getcaps_req.flags = BT_FLAG_AUTOCONNECT; in get_caps()