OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAN_SUCCESS
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/pan/
pan_api.c
129
** Returns
PAN_SUCCESS
- if the role is set successfully
157
return
PAN_SUCCESS
;
268
return
PAN_SUCCESS
;
288
** Returns
PAN_SUCCESS
- if the connection is initiated successfully
435
return
PAN_SUCCESS
;
449
** Returns
PAN_SUCCESS
- if the connection is closed successfully
483
return
PAN_SUCCESS
;
495
** If the return value is not
PAN_SUCCESS
the application should
506
** Returns
PAN_SUCCESS
- if the data is sent successfully
532
return
PAN_SUCCESS
;
[
all
...]
pan_main.c
402
(*pan_cb.pan_conn_state_cb) (pcb->handle, pcb->rem_bda,
PAN_SUCCESS
, is_role_change, pan_cb.active_role, peer_role);
/external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c
64
if((state ==
PAN_SUCCESS
) && !is_role_change)
95
else if((state !=
PAN_SUCCESS
) && !is_role_change)
343
if(status ==
PAN_SUCCESS
)
442
if(status ==
PAN_SUCCESS
)
515
if(p_data->conn.result ==
PAN_SUCCESS
)
/external/bluetooth/bluedroid/stack/include/
pan_api.h
64
PAN_SUCCESS
, /* Success */
276
** Returns
PAN_SUCCESS
- if the role is set successfully
301
** Returns
PAN_SUCCESS
- if the connection is initiated successfully
319
** Returns
PAN_SUCCESS
- if the connection is closed successfully
334
** If the return value is not
PAN_SUCCESS
the application should
344
** Returns
PAN_SUCCESS
- if the data is sent successfully
365
** If the return value is not
PAN_SUCCESS
the application should
374
** Returns
PAN_SUCCESS
- if the data is sent successfully
398
** Returns
PAN_SUCCESS
if protocol filters are set successfully
421
** Returns
PAN_SUCCESS
if multicast filters are set successfull
[
all
...]
Completed in 463 milliseconds