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
435
GATTS_StopService
(gatt_cb.sr_reg[i_sreg].s_hdl);
551
** Function
GATTS_StopService
560
void
GATTS_StopService
(UINT16 service_handle)
564
GATT_TRACE_API("
GATTS_StopService
%u", service_handle);
579
GATT_TRACE_ERROR("
GATTS_StopService
service_handle: %u is not in use", service_handle);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
836
** Function
GATTS_StopService
845
GATT_API extern void
GATTS_StopService
(UINT16 service_handle);
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c
595
GATTS_StopService
(p_srvc_cb->service_id);
Completed in 522 milliseconds