Searched refs:tPAN_RESULT (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dpan_api.h86 typedef UINT8 tPAN_RESULT; typedef
97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change,
154 tPAN_RESULT event);
280 PAN_API extern tPAN_RESULT PAN_SetRole (UINT8 role,
309 PAN_API extern tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle);
324 PAN_API extern tPAN_RESULT PAN_Disconnect (UINT16 handle);
349 PAN_API extern tPAN_RESULT PAN_Write (UINT16 handle,
379 PAN_API extern tPAN_RESULT PAN_WriteBuf (UINT16 handle,
402 PAN_API extern tPAN_RESULT PAN_SetProtocolFilters (UINT16 handle,
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_api.c133 tPAN_RESULT PAN_SetRole (UINT8 role,
296 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle)
454 tPAN_RESULT PAN_Disconnect (UINT16 handle)
511 tPAN_RESULT PAN_Write (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext)
620 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext)
729 tPAN_RESULT PAN_SetProtocolFilters (UINT16 handle,
736 tPAN_RESULT result;
785 tPAN_RESULT result;
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c54 static void bta_pan_conn_state_cback(UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state,
125 static void bta_pan_data_flow_cb(UINT16 handle, tPAN_RESULT result)
323 tPAN_RESULT status;
433 tPAN_RESULT status;
H A Dbta_pan_int.h111 tPAN_RESULT result;

Completed in 51 milliseconds