OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_features_classic
(Results
1 - 4
of
4
) sorted by null
/system/bt/device/include/
controller.h
38
const bt_device_features_t *(*
get_features_classic
)(int index);
member in struct:controller_t
/system/bt/device/src/
controller.c
293
static const bt_device_features_t *
get_features_classic
(int index) {
function
454
get_features_classic
,
/system/bt/stack/btm/
btm_devctl.c
208
btm_decode_ext_features_page(i, controller->
get_features_classic
(i)->as_array);
610
return (UINT8 *)controller_get_interface()->
get_features_classic
(0)->as_array;
[
all
...]
btm_int.h
73
HCI_ATOMIC_ENCRYPT_SUPPORTED(controller_get_interface()->
get_features_classic
(0)->as_array)) \
[
all
...]
Completed in 1035 milliseconds