OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_features
(Results
1 - 6
of
6
) sorted by null
/system/bt/stack/btm/
btm_devctl.cc
68
const BD_FEATURES
p_features
);
273
const uint8_t*
p_features
) {
283
if (HCI_3_SLOT_PACKETS_SUPPORTED(
p_features
))
287
if (HCI_5_SLOT_PACKETS_SUPPORTED(
p_features
))
292
if (!HCI_EDR_ACL_2MPS_SUPPORTED(
p_features
)) {
298
if (!HCI_EDR_ACL_3MPS_SUPPORTED(
p_features
)) {
305
if (HCI_EDR_ACL_2MPS_SUPPORTED(
p_features
) ||
306
HCI_EDR_ACL_3MPS_SUPPORTED(
p_features
)) {
307
if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(
p_features
))
312
if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(
p_features
))
[
all
...]
btm_pm.cc
149
uint8_t*
p_features
;
local
179
p_features
= BTM_ReadLocalFeatures();
180
if (!(
p_features
[btm_pm_mode_off[ind]] & btm_pm_mode_msk[ind])) {
btm_sec.cc
870
uint8_t*
p_features
;
local
[
all
...]
btm_acl.cc
[
all
...]
/system/bt/stack/l2cap/
l2c_utils.cc
2224
uint8_t*
p_features
;
local
[
all
...]
/system/bt/stack/include/
btm_api_types.h
842
uint8_t*
p_features
; /* pointer to the remote device's features page[0]
member in struct:__anon2332
[
all
...]
Completed in 2929 milliseconds