Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp218 struct sockaddr_l2 addr_l2; in connectNative() local
219 addr = (struct sockaddr *)&addr_l2; in connectNative()
220 addr_sz = sizeof(addr_l2); in connectNative()
223 addr_l2.l2_family = AF_BLUETOOTH; in connectNative()
224 addr_l2.l2_psm = env->GetIntField(obj, field_mPort); in connectNative()
225 memcpy(&addr_l2.l2_bdaddr, &bdaddress, sizeof(bdaddr_t)); in connectNative()
302 struct sockaddr_l2 addr_l2; in bindListenNative() local
303 addr = (struct sockaddr *)&addr_l2; in bindListenNative()
304 addr_sz = sizeof(addr_l2); in bindListenNative()
307 addr_l2.l2_family = AF_BLUETOOTH; in bindListenNative()
[all …]