Searched defs:svc_handle (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_gatt.cpp | 1529 jint server_if, jint svc_handle, jint included_svc_handle) in gattServerAddIncludedServiceNative() 1537 jint server_if, jint svc_handle, in gattServerAddCharacteristicNative() 1551 jint server_if, jint svc_handle, in gattServerAddDescriptorNative() 1564 jint server_if, jint svc_handle, jint transport ) in gattServerStartServiceNative() 1571 jint server_if, jint svc_handle) in gattServerStopServiceNative() 1578 jint server_if, jint svc_handle) in gattServerDeleteServiceNative()
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
| D | GattService.java | 2387 int svc_handle, int included_svc_handle); in gattServerAddIncludedServiceNative() 2390 int svc_handle, long char_uuid_lsb, long char_uuid_msb, in gattServerAddCharacteristicNative() 2394 int svc_handle, long desc_uuid_lsb, long desc_uuid_msb, in gattServerAddDescriptorNative() 2398 int svc_handle, int transport ); in gattServerStartServiceNative() 2401 int svc_handle); in gattServerStopServiceNative() 2404 int svc_handle); in gattServerDeleteServiceNative()
|