Lines Matching refs:uint16_t
99 typedef void(tPAN_CONN_STATE_CB)(uint16_t handle, const RawAddress& bd_addr,
121 typedef void(tPAN_DATA_IND_CB)(uint16_t handle, const RawAddress& src,
122 const RawAddress& dst, uint16_t protocol,
123 uint8_t* p_data, uint16_t len, bool ext,
136 typedef void(tPAN_DATA_BUF_IND_CB)(uint16_t handle, const RawAddress& src,
137 const RawAddress& dst, uint16_t protocol,
144 typedef void(tPAN_TX_DATA_FLOW_CB)(uint16_t handle, tPAN_RESULT event);
159 typedef void(tPAN_FILTER_IND_CB)(uint16_t handle, bool indication,
160 tBNEP_RESULT result, uint16_t num_filters,
175 typedef void(tPAN_MFILTER_IND_CB)(uint16_t handle, bool indication,
176 tBNEP_RESULT result, uint16_t num_mfilters,
287 uint8_t dst_role, uint16_t* handle);
302 extern tPAN_RESULT PAN_Disconnect(uint16_t handle);
327 extern tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst,
328 const RawAddress& src, uint16_t protocol,
329 uint8_t* p_data, uint16_t len, bool ext);
353 extern tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst,
354 const RawAddress& src, uint16_t protocol,
373 extern tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters,
374 uint16_t* p_start_array,
375 uint16_t* p_end_array);
395 extern tBNEP_RESULT PAN_SetMulticastFilters(uint16_t handle,
396 uint16_t num_mcast_filters,