Searched refs:tPAN_RESULT (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | pan_api.h | 89 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/ |
D | pan_api.cc | 127 tPAN_RESULT PAN_SetRole(uint8_t role, uint8_t* sec_mask, in PAN_SetRole() 267 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, uint8_t src_role, in PAN_Connect() 399 tPAN_RESULT PAN_Disconnect(uint16_t handle) { in PAN_Disconnect() 450 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, in PAN_Write() 503 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf() 600 tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters, in PAN_SetProtocolFilters() 604 tPAN_RESULT result; in PAN_SetProtocolFilters() 645 tPAN_RESULT result; in PAN_SetMulticastFilters()
|
/system/bt/bta/pan/ |
D | bta_pan_act.cc | 90 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()
|
D | bta_pan_int.h | 102 tPAN_RESULT result;
|