OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srvc_handle
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_gatt_server.h
56
btgatt_srvc_id_t *srvc_id, int
srvc_handle
);
60
int
srvc_handle
, int incl_srvc_handle);
64
bt_uuid_t *uuid, int
srvc_handle
, int char_handle);
68
bt_uuid_t *uuid, int
srvc_handle
, int descr_handle);
72
int
srvc_handle
);
76
int
srvc_handle
);
80
int
srvc_handle
);
/external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c
95
uint16_t
srvc_handle
;
member in struct:__anon5698
455
BTA_GATTS_AddIncludeService(p_cb->
srvc_handle
, p_cb->incl_handle);
463
BTA_GATTS_AddCharacteristic(p_cb->
srvc_handle
, &uuid,
473
BTA_GATTS_AddCharDescriptor(p_cb->
srvc_handle
, p_cb->permissions,
479
BTA_GATTS_StartService(p_cb->
srvc_handle
, p_cb->transport);
483
BTA_GATTS_StopService(p_cb->
srvc_handle
);
487
BTA_GATTS_DeleteService(p_cb->
srvc_handle
);
581
btif_cb.
srvc_handle
= (uint16_t) service_handle;
594
btif_cb.
srvc_handle
= (uint16_t) service_handle;
608
btif_cb.
srvc_handle
= (uint16_t) service_handle
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp
632
btgatt_srvc_id_t *srvc_id, int
srvc_handle
)
637
srvc_handle
);
642
int
srvc_handle
,
647
status, server_if,
srvc_handle
, incl_srvc_handle);
652
int
srvc_handle
, int char_handle)
657
srvc_handle
, char_handle);
662
bt_uuid_t *descr_id, int
srvc_handle
,
668
srvc_handle
, descr_handle);
672
void btgatts_service_started_cb(int status, int server_if, int
srvc_handle
)
676
server_if,
srvc_handle
);
[
all
...]
Completed in 58 milliseconds