Searched refs:p_features (Results 1 – 4 of 4) sorted by relevance
187 UINT8 *p_features; in BTM_SetPowerMode() local216 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()217 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) ) in BTM_SetPowerMode()
1378 evt_data.conn.p_features = p_acl_cb->features; in btm_establish_continue()
2187 UINT8 *p_features; in l2cu_create_conn_after_switch() local2192 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()2200 && HCI_SWITCH_SUPPORTED(p_features)) in l2cu_create_conn_after_switch()
806 UINT8 *p_features; /* The remote device's supported features */ member