Lines Matching full:features
54 * 4) NOTE: there is a supported features procedure. However, in the case
60 * Implement this how? Through remote supported features?
1712 * 1st octet of features should be common features of local and remote in ble_ll_ctrl_rx_feature_req()
1713 * controller - we call this 'connection features' in ble_ll_ctrl_rx_feature_req()
1714 * remaining octets are features of controller which sends PDU, in this case in ble_ll_ctrl_rx_feature_req()
1725 /* If this is the first time we received remote features, try to start DLE */ in ble_ll_ctrl_rx_feature_req()
2194 uint32_t features; in ble_ll_ctrl_rx_pdu() local
2288 features = ble_ll_read_supp_features(); in ble_ll_ctrl_rx_pdu()
2289 if ((features & feature) == 0) { in ble_ll_ctrl_rx_pdu()
2365 /* If this is the first time we received remote features, try to start DLE */ in ble_ll_ctrl_rx_pdu()
2374 /* Send event to host if pending features read */ in ble_ll_ctrl_rx_pdu()