HomeSort by relevance Sort by last modified time
    Searched full:bdaddress (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 170 bdaddr_t bdaddress; local
180 /* parse address into bdaddress */
183 if (get_bdaddr(c_address, &bdaddress)) {
199 memcpy(&addr_rc.rc_bdaddr, &bdaddress, sizeof(bdaddr_t));
209 memcpy(&addr_sco.sco_bdaddr, &bdaddress, sizeof(bdaddr_t));
220 memcpy(&addr_l2.l2_bdaddr, &bdaddress, sizeof(bdaddr_t));
  /external/bluetooth/bluez/
ChangeLog     [all...]

Completed in 27 milliseconds