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

/system/bt/stack/include/
H A 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/
H A Dpan_api.cc129 tPAN_RESULT PAN_SetRole(uint8_t role, uint8_t* sec_mask,
269 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, uint8_t src_role,
397 tPAN_RESULT PAN_Disconnect(uint16_t handle) {
448 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst,
501 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst,
598 tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters,
602 tPAN_RESULT result;
643 tPAN_RESULT result;
/system/bt/bta/pan/
H A Dbta_pan_int.h102 tPAN_RESULT result;
H A Dbta_pan_act.cc90 tPAN_RESULT state, bool is_role_change,
143 static void bta_pan_data_flow_cb(uint16_t handle, tPAN_RESULT result) {
345 tPAN_RESULT status;
440 tPAN_RESULT status;

Completed in 102 milliseconds