Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dpan_api.h89 typedef uint8_t tPAN_RESULT; typedef
100 tPAN_RESULT state, bool is_role_change,
144 typedef void(tPAN_TX_DATA_FLOW_CB)(uint16_t handle, tPAN_RESULT event);
259 extern tPAN_RESULT PAN_SetRole(uint8_t role, uint8_t* sec_mask,
286 extern tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, uint8_t src_role,
302 extern tPAN_RESULT PAN_Disconnect(uint16_t handle);
327 extern tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst,
353 extern tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst,
373 extern tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters,
/system/bt/stack/pan/
Dpan_api.cc129 tPAN_RESULT PAN_SetRole(uint8_t role, uint8_t* sec_mask, in PAN_SetRole()
269 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, uint8_t src_role, in PAN_Connect()
397 tPAN_RESULT PAN_Disconnect(uint16_t handle) { in PAN_Disconnect()
448 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, in PAN_Write()
501 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf()
598 tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters, in PAN_SetProtocolFilters()
602 tPAN_RESULT result; in PAN_SetProtocolFilters()
643 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()
143 static void bta_pan_data_flow_cb(uint16_t handle, tPAN_RESULT result) { in bta_pan_data_flow_cb()
345 tPAN_RESULT status; in bta_pan_set_role()
440 tPAN_RESULT status; in bta_pan_open()
Dbta_pan_int.h102 tPAN_RESULT result;