OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_is_ready
(Results
1 - 5
of
5
) sorted by null
/system/bt/device/include/
controller.h
33
bool (*
get_is_ready
)(void);
member in struct:controller_t
/system/bt/stack/btm/
btm_devctl.c
240
return controller_get_interface()->
get_is_ready
();
451
if (!controller_get_interface()->
get_is_ready
())
572
if (!controller_get_interface()->
get_is_ready
())
[
all
...]
btm_inq.c
192
if (!controller_get_interface()->
get_is_ready
())
619
if (!controller_get_interface()->
get_is_ready
())
[
all
...]
btm_sec.c
402
&& controller_get_interface()->
get_is_ready
() )
[
all
...]
/system/bt/device/src/
controller.c
278
static bool
get_is_ready
(void) {
function
449
get_is_ready
,
Completed in 175 milliseconds