OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_bda
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp
129
const char*
c_bda
= env->GetStringUTFChars(address, NULL);
local
130
if (
c_bda
!= NULL && bda != NULL && strlen(
c_bda
) == 17)
132
bd_addr_str_to_addr(
c_bda
, bda->address);
133
env->ReleaseStringUTFChars(address,
c_bda
);
[
all
...]
Completed in 339 milliseconds