Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_sock.h57 uint64_t conn_uuid_lsb; member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs272 conn_uuid_lsb: 0x0000113500001135_u64, in test_conncomplete_parsing()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp2106 jlong conn_uuid_lsb, in getSocketL2capLocalChannelIdNative() argument
2114 Uuid uuid = from_java_uuid(conn_uuid_msb, conn_uuid_lsb); in getSocketL2capLocalChannelIdNative()
2124 jlong conn_uuid_lsb, 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.cc425 cs.conn_uuid_lsb = uuid_lsb(conn_uuid); in send_app_connect_signal()
Dbtif_sock_rfc.cc509 cs.conn_uuid_lsb = 0; // not used for RFCOMM in send_app_connect_signal()