OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_features_ble
(Results
1 - 4
of
4
) sorted by null
/system/bt/device/include/
controller.h
41
const bt_device_features_t *(*
get_features_ble
)(void);
member in struct:controller_t
/system/bt/device/src/
controller.c
313
static const bt_device_features_t *
get_features_ble
(void) {
function
457
get_features_ble
,
/system/bt/stack/l2cap/
l2c_ble.c
451
if (!HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(controller_get_interface()->
get_features_ble
()->as_array))
529
|| (HCI_LE_CONN_PARAM_REQ_SUPPORTED(controller_get_interface()->
get_features_ble
()->as_array) &&
554
|| (HCI_LE_CONN_PARAM_REQ_SUPPORTED(controller_get_interface()->
get_features_ble
()->as_array) &&
[
all
...]
/system/bt/stack/btm/
btm_acl.c
321
if (HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(controller_get_interface()->
get_features_ble
()->as_array)
[
all
...]
Completed in 286 milliseconds