Searched refs:addCharacteristic (Results 1 – 5 of 5) sorted by relevance
384 mEnrollmentGattService.addCharacteristic(clientCharacteristic); in setupEnrollmentBleServer()385 mEnrollmentGattService.addCharacteristic(serverCharacteristic); in setupEnrollmentBleServer()418 mUnlockGattService.addCharacteristic(clientCharacteristic); in setupUnlockBleServer()419 mUnlockGattService.addCharacteristic(serverCharacteristic); in setupUnlockBleServer()
284 gattService.addCharacteristic(mWriteCharacteristic); in startAdvertising()285 gattService.addCharacteristic(mReadCharacteristic); in startAdvertising()
105 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() method in HandleMap
1353 currSrvc.addCharacteristic(currChar); in onGetGattDb()2614 mHandleMap.addCharacteristic(serverIf, el.attributeHandle, el.uuid, srvcHandle); in onServiceAdded()2615 svc.addCharacteristic( in onServiceAdded()
102 mGattService.addCharacteristic(characteristic); in GattServer()