OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATTS_StartService
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c
273
status =
GATTS_StartService
(gatt_cb.gatt_if, service_handle, GATTP_TRANSPORT_SUPPORTED );
gatt_api.c
452
** Function
GATTS_StartService
463
tGATT_STATUS
GATTS_StartService
(tGATT_IF gatt_if, UINT16 service_handle,
474
GATT_TRACE_API0 ("
GATTS_StartService
");
501
GATT_TRACE_ERROR0 ("
GATTS_StartService
: no free server registration block");
[
all
...]
/external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c
281
status =
GATTS_StartService
(srvc_eng_cb.gatt_if, srvc_hdl, p_reg_info->transport);
srvc_dis.c
355
status =
GATTS_StartService
(srvc_eng_cb.gatt_if, dis_cb.service_handle, GATT_TRANSPORT_LE_BR_EDR);
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
812
** Function
GATTS_StartService
823
GATT_API extern tGATT_STATUS
GATTS_StartService
(tGATT_IF gatt_if, UINT16 service_handle,
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c
551
if (
GATTS_StartService
(p_rcb->gatt_if,
/external/bluetooth/bluedroid/stack/gap/
gap_ble.c
516
status =
GATTS_StartService
(gap_cb.gatt_if, service_handle, GAP_TRANSPORT_SUPPORTED );
Completed in 80 milliseconds