HomeSort by relevance Sort by last modified time
    Searched refs:tPAN_RESULT (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/include/
pan_api.h 86 typedef UINT8 tPAN_RESULT;
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/
pan_api.c 133 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/
bta_pan_act.c 54 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;
bta_pan_int.h 111 tPAN_RESULT result;

Completed in 46 milliseconds