Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_sock.h58 uint64_t conn_uuid_msb; member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs273 conn_uuid_msb: 0x1135000011350000_u64, in test_conncomplete_parsing()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp2107 jlong conn_uuid_msb) { in getSocketL2capLocalChannelIdNative() argument
2114 Uuid uuid = from_java_uuid(conn_uuid_msb, conn_uuid_lsb); in getSocketL2capLocalChannelIdNative()
2125 jlong conn_uuid_msb) { in getSocketL2capRemoteChannelIdNative() argument
2132 Uuid uuid = from_java_uuid(conn_uuid_msb, conn_uuid_lsb); in getSocketL2capRemoteChannelIdNative()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc426 cs.conn_uuid_msb = uuid_msb(conn_uuid); in send_app_connect_signal()
Dbtif_sock_rfc.cc510 cs.conn_uuid_msb = 0; // not used for RFCOMM in send_app_connect_signal()