Searched defs:descr_id_inst_id (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 1027 jint descr_id_inst_id, 1042 descr_id.inst_id = (uint8_t) descr_id_inst_id; 1105 jint descr_id_inst_id, 1121 descr_id.inst_id = (uint8_t) descr_id_inst_id; 1166 jint descr_id_inst_id, 1187 descr_id.inst_id = (uint8_t) descr_id_inst_id; 1021 gattClientGetDescriptorNative(JNIEnv* env, jobject object, jint conn_id, jint service_type, jint service_id_inst_id, jlong service_id_uuid_lsb, jlong service_id_uuid_msb, jint char_id_inst_id, jlong char_id_uuid_lsb, jlong char_id_uuid_msb, jint descr_id_inst_id, jlong descr_id_uuid_lsb, jlong descr_id_uuid_msb) argument 1100 gattClientReadDescriptorNative(JNIEnv* env, jobject object, jint conn_id, jint service_type, jint service_id_inst_id, jlong service_id_uuid_lsb, jlong service_id_uuid_msb, jint char_id_inst_id, jlong char_id_uuid_lsb, jlong char_id_uuid_msb, jint descr_id_inst_id, jlong descr_id_uuid_lsb, jlong descr_id_uuid_msb, jint authReq) argument 1161 gattClientWriteDescriptorNative(JNIEnv* env, jobject object, jint conn_id, jint service_type, jint service_id_inst_id, jlong service_id_uuid_lsb, jlong service_id_uuid_msb, jint char_id_inst_id, jlong char_id_uuid_lsb, jlong char_id_uuid_msb, jint descr_id_inst_id, jlong descr_id_uuid_lsb, jlong descr_id_uuid_msb, jint write_type, jint auth_req, jbyteArray value) argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 2236 int descr_id_inst_id, long descr_id_uuid_lsb, long descr_id_uuid_msb); 2252 int descr_id_inst_id, long descr_id_uuid_lsb, long descr_id_uuid_msb, 2263 int descr_id_inst_id, long descr_id_uuid_lsb, long descr_id_uuid_msb, 2233 gattClientGetDescriptorNative(int conn_id, int service_type, int service_id_inst_id, long service_id_uuid_lsb, long service_id_uuid_msb, int char_id_inst_id, long char_id_uuid_lsb, long char_id_uuid_msb, int descr_id_inst_id, long descr_id_uuid_lsb, long descr_id_uuid_msb) argument 2249 gattClientReadDescriptorNative(int conn_id, int service_type, int service_id_inst_id, long service_id_uuid_lsb, long service_id_uuid_msb, int char_id_inst_id, long char_id_uuid_lsb, long char_id_uuid_msb, int descr_id_inst_id, long descr_id_uuid_lsb, long descr_id_uuid_msb, int authReq) argument 2260 gattClientWriteDescriptorNative(int conn_id, int service_type, int service_id_inst_id, long service_id_uuid_lsb, long service_id_uuid_msb, int char_id_inst_id, long char_id_uuid_lsb, long char_id_uuid_msb, int descr_id_inst_id, long descr_id_uuid_lsb, long descr_id_uuid_msb, int write_type, int auth_req, byte[] value) argument
|
Completed in 30 milliseconds