Home
last modified time | relevance | path

Searched refs:tPAN_RESULT (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/include/
Dpan_api.h88 typedef uint8_t tPAN_RESULT; typedef
99 tPAN_RESULT state, bool is_role_change,
143 typedef void(tPAN_TX_DATA_FLOW_CB)(uint16_t handle, tPAN_RESULT event);
256 extern tPAN_RESULT PAN_SetRole(uint8_t role, const char* p_user_name,
281 extern tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, uint8_t src_role,
297 extern tPAN_RESULT PAN_Disconnect(uint16_t handle);
322 extern tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst,
348 extern tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst,
368 extern tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters,
/system/bt/test/mock/
Dmock_stack_pan_api.cc52 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, uint8_t src_role, in PAN_Connect()
57 tPAN_RESULT PAN_Disconnect(uint16_t handle) { in PAN_Disconnect()
61 tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters, in PAN_SetProtocolFilters()
67 tPAN_RESULT PAN_SetRole(uint8_t role, const char* p_user_name, in PAN_SetRole()
72 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, in PAN_Write()
78 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf()
/system/bt/stack/pan/
Dpan_api.cc121 tPAN_RESULT PAN_SetRole(uint8_t role, const char* p_user_name, in PAN_SetRole()
228 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, uint8_t src_role, in PAN_Connect()
348 tPAN_RESULT PAN_Disconnect(uint16_t handle) { in PAN_Disconnect()
399 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, in PAN_Write()
452 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf()
549 tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters, in PAN_SetProtocolFilters()
553 tPAN_RESULT result; in PAN_SetProtocolFilters()
594 tPAN_RESULT result; in PAN_SetMulticastFilters()
/system/bt/bta/pan/
Dbta_pan_act.cc90 tPAN_RESULT state, bool is_role_change, in bta_pan_conn_state_cback()
141 static void bta_pan_data_flow_cb(uint16_t handle, tPAN_RESULT result) { in bta_pan_data_flow_cb()
327 tPAN_RESULT status; in bta_pan_set_role()
411 tPAN_RESULT status; in bta_pan_open()
Dbta_pan_int.h101 tPAN_RESULT result;