OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_GATT_OK
(Results
1 - 11
of
11
) sorted by null
/external/bluetooth/bluedroid/btif/co/
bta_gattc_co.c
89
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
121
status = (num_attr < BTA_GATTC_NV_LOAD_MAX ?
BTA_GATT_OK
: BTA_GATT_MORE);
148
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c
221
status =
BTA_GATT_OK
;
480
BTA_GATT_OK
,
571
status =
BTA_GATT_OK
;
586
status =
BTA_GATT_OK
;
593
if (status !=
BTA_GATT_OK
)
619
cb_data.status =
BTA_GATT_OK
;
650
cb_data.status =
BTA_GATT_OK
;
741
BTA_GATT_OK
,
881
p_cb->clcb[i].status =
BTA_GATT_OK
;
972
if ((p_clcb->status = bta_gattc_init_cache(p_clcb->p_srcb)) ==
BTA_GATT_OK
)
[
all
...]
bta_gatts_act.c
116
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
157
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
189
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
210
if (status ==
BTA_GATT_OK
)
315
status =
BTA_GATT_OK
;
377
cb_data.create.status =
BTA_GATT_OK
;
427
cb_data.add_result.status =
BTA_GATT_OK
;
465
cb_data.add_result.status =
BTA_GATT_OK
;
503
cb_data.add_result.status =
BTA_GATT_OK
;
535
cb_data.srvc_oper.status =
BTA_GATT_OK
;
[
all
...]
bta_gattc_api.c
326
==
BTA_GATT_OK
)
370
==
BTA_GATT_OK
)
413
==
BTA_GATT_OK
)
457
==
BTA_GATT_OK
)
499
==
BTA_GATT_OK
)
541
==
BTA_GATT_OK
)
[
all
...]
bta_gattc_cache.c
172
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
301
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
355
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
740
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
782
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
930
status =
BTA_GATT_OK
;
[
all
...]
bta_gattc_utils.c
229
p_clcb->status =
BTA_GATT_OK
;
636
tBTA_GATT_STATUS status =
BTA_GATT_OK
;
/external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c
241
if (p_reg->status ==
BTA_GATT_OK
)
618
&descr_id) ==
BTA_GATT_OK
)
717
if (p_data->status ==
BTA_GATT_OK
&&
776
if (p_data->status ==
BTA_GATT_OK
&&
938
&descr_id) ==
BTA_GATT_OK
)
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c
259
if (( p_src->status ==
BTA_GATT_OK
) &&(p_src->p_value != NULL))
btif_gatt_client.c
539
if (p_data->open.status ==
BTA_GATT_OK
)
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
60
#define
BTA_GATT_OK
GATT_SUCCESS
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
[
all
...]
Completed in 573 milliseconds