Searched refs:str2addr (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 79 static RawAddress str2addr(JNIEnv* env, jstring address) { in str2addr() function 1146 return sGattIf->client->get_device_type(str2addr(env, address)); in gattClientGetDeviceTypeNative() 1198 sGattIf->client->connect(clientif, str2addr(env, address), isDirect, in gattClientConnectNative() 1234 RawAddress bda = str2addr(env, address); in gattClientReadPhyNative() 1242 sGattIf->client->refresh(clientIf, str2addr(env, address)); in gattClientRefreshNative() 1352 RawAddress bd_addr = str2addr(env, address); in gattClientRegisterForNotificationsNative() 1517 curr.address = str2addr(env, address.get()); in gattClientScanFilterAddNative() 1709 RawAddress bd_addr = str2addr(env, address); in gattServerConnectNative() 1725 RawAddress bda = str2addr(env, address); in gattServerSetPreferredPhyNative() 1745 RawAddress bda = str2addr(env, address); in gattServerReadPhyNative() [all …]
|