Home
last modified time | relevance | path

Searched refs:L2CAP_LM_MASTER (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluez/src/
Dbtio.c297 if (flags & L2CAP_LM_MASTER) in l2cap_set_master()
299 flags |= L2CAP_LM_MASTER; in l2cap_set_master()
301 if (!(flags & L2CAP_LM_MASTER)) in l2cap_set_master()
303 flags &= ~L2CAP_LM_MASTER; in l2cap_set_master()
809 (flags & L2CAP_LM_MASTER) ? TRUE : FALSE; in l2cap_get()
Dsdpd-server.c92 int opt = L2CAP_LM_MASTER; in init_server()
/external/bluetooth/bluez/lib/bluetooth/
Dl2cap.h66 #define L2CAP_LM_MASTER 0x0001 macro
/external/bluetooth/bluez/test/
Dl2test.c272 opt |= L2CAP_LM_MASTER; in do_connect()
367 opt |= L2CAP_LM_MASTER; in do_listen()
/external/bluetooth/bluez/compat/
Dpand.c695 link_mode |= L2CAP_LM_MASTER; in main()
Dhidd.c727 lm |= L2CAP_LM_MASTER; in main()
/external/qemu/hw/
Dbt.h1681 L2CAP_LM_MASTER = 1 << 0, enumerator