Searched refs:chldFeat (Results 1 – 3 of 3) sorted by relevance
65 int chldFeat = HeadsetClientHalConstants.PEER_FEAT_ECS; in onConnectionStateChanged() local66 mNativeInterface.onConnectionStateChanged(state, peerFeat, chldFeat, TEST_DEVICE_ADDRESS); in onConnectionStateChanged()73 assertThat(event.getValue().valueInt3).isEqualTo(chldFeat); in onConnectionStateChanged()
350 void onConnectionStateChanged(int state, int peerFeat, int chldFeat, byte[] address) { in onConnectionStateChanged() argument354 event.valueInt3 = chldFeat; in onConnectionStateChanged()
1320 int state, int peerFeat, int chldFeat, BluetoothDevice device) { in processConnectionEvent() argument1330 mChldFeatures = chldFeat; in processConnectionEvent()