Searched refs:PAN_SUCCESS (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/pan/
H A Dpan_api.cc125 * Returns PAN_SUCCESS - if the role is set successfully
148 return PAN_SUCCESS;
242 return PAN_SUCCESS;
260 * Returns PAN_SUCCESS - if the connection is initiated
381 return PAN_SUCCESS;
392 * Returns PAN_SUCCESS - if the connection is closed successfully
422 return PAN_SUCCESS;
443 * Returns PAN_SUCCESS - if the data is sent successfully
466 return PAN_SUCCESS;
486 * it. If the return value is not PAN_SUCCESS, th
[all...]
H A Dpan_main.cc352 (*pan_cb.pan_conn_state_cb)(pcb->handle, pcb->rem_bda, PAN_SUCCESS,
/system/bt/stack/include/
H A Dpan_api.h61 PAN_SUCCESS, /* Success */ enumerator in enum:__anon1257
255 * Returns PAN_SUCCESS - if the role is set successfully
278 * Returns PAN_SUCCESS - if the connection is initiated successfully
297 * Returns PAN_SUCCESS - if the connection is closed successfully
312 * it. If the return value is not PAN_SUCCESS the application
322 * Returns PAN_SUCCESS - if the data is sent successfully
339 * it. If the return value is not PAN_SUCCESS the application
348 * Returns PAN_SUCCESS - if the data is sent successfully
369 * Returns PAN_SUCCESS if protocol filters are set successfully
391 * Returns PAN_SUCCESS i
[all...]
/system/bt/bta/pan/
H A Dbta_pan_act.cc95 if ((state == PAN_SUCCESS) && !is_role_change) {
121 } else if ((state != PAN_SUCCESS) && !is_role_change) {
363 if (status == PAN_SUCCESS) {
447 if (status == PAN_SUCCESS) {
511 if (p_data->conn.result == PAN_SUCCESS) {
/system/bt/btif/src/
H A Dbtif_pan.cc567 case PAN_SUCCESS:

Completed in 63 milliseconds