Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhidd_api.h216 extern tHID_STATUS HID_DevGetDevice(RawAddress* addr);
/system/bt/bta/hd/
Dbta_hd_act.cc208 if (HID_DevGetDevice(&ret.reg_status.bda) == HID_SUCCESS) { in bta_hd_register_act()
323 if (HID_DevGetDevice(&cback_data.conn.bda) == HID_SUCCESS) { in bta_hd_disconnect_act()
/system/bt/stack/hid/
Dhidd_api.cc573 tHID_STATUS HID_DevGetDevice(RawAddress* addr) { in HID_DevGetDevice() function