OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATTS_StopService
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
434
GATTS_StopService
(gatt_cb.sr_reg[i_sreg].s_hdl);
550
** Function
GATTS_StopService
559
void
GATTS_StopService
(UINT16 service_handle)
563
GATT_TRACE_API1("
GATTS_StopService
%u", service_handle);
578
GATT_TRACE_ERROR1("
GATTS_StopService
service_handle: %u is not in use", service_handle);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
829
** Function
GATTS_StopService
838
GATT_API extern void
GATTS_StopService
(UINT16 service_handle);
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c
581
GATTS_StopService
(p_srvc_cb->service_id);
Completed in 29 milliseconds