Lines Matching defs:clientIf

101     void unregisterClient(in int clientIf, in AttributionSource attributionSource);  in unregisterClient()
103 …void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in b… in clientConnect()
105 … void clientDisconnect(in int clientIf, in String address, in AttributionSource attributionSource); in clientDisconnect()
107 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy()
109 void clientReadPhy(in int clientIf, in String addres, in AttributionSource attributionSources); in clientReadPhy()
111 void refreshDevice(in int clientIf, in String address, in AttributionSource attributionSource); in refreshDevice()
113 … void discoverServices(in int clientIf, in String address, in AttributionSource attributionSource); in discoverServices()
115 …void discoverServiceByUuid(in int clientIf, in String address, in ParcelUuid uuid, in AttributionS… in discoverServiceByUuid()
117 …void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq, in Attr… in readCharacteristic()
119 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid()
122 void writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic()
125 …void readDescriptor(in int clientIf, in String address, in int handle, in int authReq, in Attribut… in readDescriptor()
127 void writeDescriptor(in int clientIf, in String address, in int handle, in writeDescriptor()
130 …void registerForNotification(in int clientIf, in String address, in int handle, in boolean enable,… in registerForNotification()
132 …void beginReliableWrite(in int clientIf, in String address, in AttributionSource attributionSource… in beginReliableWrite()
134 …void endReliableWrite(in int clientIf, in String address, in boolean execute, in AttributionSource… in endReliableWrite()
136 void readRemoteRssi(in int clientIf, in String address, in AttributionSource attributionSource); in readRemoteRssi()
138 …void configureMTU(in int clientIf, in String address, in int mtu, in AttributionSource attribution… in configureMTU()
140 …void connectionParameterUpdate(in int clientIf, in String address, in int connectionPriority, in A… in connectionParameterUpdate()
142 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate()
155 …void serverSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in serverSetPreferredPhy()
157 void serverReadPhy(in int clientIf, in String address, in AttributionSource attributionSource); in serverReadPhy()