Searched refs:str2addr (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 79 static RawAddress str2addr(JNIEnv* env, jstring address) { in str2addr() function 940 return sGattIf->client->get_device_type(str2addr(env, address)); in gattClientGetDeviceTypeNative() 992 sGattIf->client->connect(clientif, str2addr(env, address), isDirect, in gattClientConnectNative() 1000 sGattIf->client->disconnect(clientIf, str2addr(env, address), conn_id); in gattClientDisconnectNative() 1008 sGattIf->client->set_preferred_phy(str2addr(env, address), tx_phy, rx_phy, in gattClientSetPreferredPhyNative() 1028 RawAddress bda = str2addr(env, address); in gattClientReadPhyNative() 1036 sGattIf->client->refresh(clientIf, str2addr(env, address)); in gattClientRefreshNative() 1146 RawAddress bd_addr = str2addr(env, address); in gattClientRegisterForNotificationsNative() 1157 sGattIf->client->read_remote_rssi(clientif, str2addr(env, address)); in gattClientReadRemoteRssiNative() 1310 curr.address = str2addr(env, address.get()); in gattClientScanFilterAddNative() [all …]
|