Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/hid/
H A Dhidh_api.cc58 if (hh_cb.sdp_busy) return HID_ERR_SDP_BUSY; in HID_HostGetSDPRecord()
66 hh_cb.sdp_busy = true; in HID_HostGetSDPRecord()
99 hh_cb.sdp_busy = false; in hidh_search_callback()
H A Dhidh_int.h57 bool sdp_busy; member