Searched defs:srvc_handle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp668 btgatt_srvc_id_t *srvc_id, int srvc_handle)
673 srvc_handle);
678 int srvc_handle,
683 status, server_if, srvc_handle, incl_srvc_handle);
688 int srvc_handle, int char_handle)
693 srvc_handle, char_handle);
698 bt_uuid_t *descr_id, int srvc_handle,
704 srvc_handle, descr_handle);
708 void btgatts_service_started_cb(int status, int server_if, int srvc_handle) argument
712 server_if, srvc_handle);
667 btgatts_service_added_cb(int status, int server_if, btgatt_srvc_id_t *srvc_id, int srvc_handle) argument
677 btgatts_included_service_added_cb(int status, int server_if, int srvc_handle, int incl_srvc_handle) argument
687 btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, int srvc_handle, int char_handle) argument
697 btgatts_descriptor_added_cb(int status, int server_if, bt_uuid_t *descr_id, int srvc_handle, int descr_handle) argument
716 btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) argument
724 btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) argument
[all...]

Completed in 224 milliseconds