Searched defs:tPAN_RESULT (Results 1 - 1 of 1) 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,

Completed in 28 milliseconds