Home
last modified time | relevance | path

Searched refs:p_features (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c187 UINT8 *p_features; in BTM_SetPowerMode() local
216 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()
217 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) ) in BTM_SetPowerMode()
Dbtm_acl.c1378 evt_data.conn.p_features = p_acl_cb->features; in btm_establish_continue()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_utils.c2187 UINT8 *p_features; in l2cu_create_conn_after_switch() local
2192 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()
2200 && HCI_SWITCH_SUPPORTED(p_features)) in l2cu_create_conn_after_switch()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h806 UINT8 *p_features; /* The remote device's supported features */ member