Home
last modified time | relevance | path

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

/external/strace/xlat/
Dbt_protocols.h55 #if defined(BTPROTO_AVDTP) || (defined(HAVE_DECL_BTPROTO_AVDTP) && HAVE_DECL_BTPROTO_AVDTP)
57 static_assert((BTPROTO_AVDTP) == (7), "BTPROTO_AVDTP != 7");
60 # define BTPROTO_AVDTP 7
80 [BTPROTO_AVDTP] = XLAT(BTPROTO_AVDTP),
Dbt_protocols.in9 BTPROTO_AVDTP 7
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dbluetooth_linux.go18 BTPROTO_AVDTP = 7 const