OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supports_ble
(Results
1 - 7
of
7
) sorted by null
/system/bt/device/include/
controller.h
53
bool (*
supports_ble
)(void);
member in struct:controller_t
/system/bt/stack/btm/
btm_ble_batchscan.c
660
if (!controller_get_interface()->
supports_ble
())
733
if (!controller_get_interface()->
supports_ble
())
807
if (!controller_get_interface()->
supports_ble
())
[
all
...]
btm_ble_gap.c
269
if (!controller_get_interface()->
supports_ble
())
365
if (!controller_get_interface()->
supports_ble
())
455
if (!controller_get_interface()->
supports_ble
())
677
if (!controller_get_interface()->
supports_ble
())
[
all
...]
btm_devctl.c
191
if (controller->
supports_ble
() && controller->supports_ble_privacy() &&
199
if (controller->
supports_ble
()) {
[
all
...]
btm_inq.c
175
if (controller_get_interface()->
supports_ble
())
602
if (controller_get_interface()->
supports_ble
())
[
all
...]
/system/bt/device/src/
controller.c
365
static bool
supports_ble
(void) {
function
469
supports_ble
,
/system/bt/stack/l2cap/
l2c_utils.c
[
all
...]
Completed in 1302 milliseconds