Lines Matching defs:eatt_impl

53 struct eatt_impl {  struct
60 eatt_impl() { in eatt_impl() argument
68 eatt_device* find_device_by_cid(uint16_t lcid) { in find_device_by_cid()
80 EattChannel* find_channel_by_cid(uint16_t lcid) { in find_channel_by_cid()
88 EattChannel* find_channel_by_cid(const RawAddress& bdaddr, uint16_t lcid) { in find_channel_by_cid()
96 void remove_channel_by_cid(eatt_device* eatt_dev, uint16_t lcid) { in remove_channel_by_cid()
102 void remove_channel_by_cid(uint16_t lcid) { in remove_channel_by_cid()
109 void eatt_l2cap_connect_ind(const RawAddress& bda, in eatt_l2cap_connect_ind()
155 void eatt_l2cap_connect_cfm(const RawAddress& bda, uint16_t lcid, in eatt_l2cap_connect_cfm()
189 void eatt_l2cap_reconfig_completed(const RawAddress& bda, uint16_t lcid, in eatt_l2cap_reconfig_completed()
215 void eatt_l2cap_error_cb(uint16_t lcid, uint16_t reason) { in eatt_l2cap_error_cb()
246 void eatt_l2cap_disconnect_ind(uint16_t lcid, bool please_confirm) { in eatt_l2cap_disconnect_ind()
258 void eatt_l2cap_data_ind(uint16_t lcid, BT_HDR* data_p) { in eatt_l2cap_data_ind()
277 bool is_eatt_supported_by_peer(const RawAddress& bd_addr) { in is_eatt_supported_by_peer()
281 eatt_device* find_device_by_address(const RawAddress& bd_addr) { in find_device_by_address()
289 eatt_device* add_eatt_device(const RawAddress& bd_addr) { in add_eatt_device()
295 void connect_eatt(eatt_device* eatt_dev) { in connect_eatt()
337 EattChannel* find_eatt_channel_by_cid(const RawAddress& bd_addr, in find_eatt_channel_by_cid()
354 EattChannel* find_eatt_channel_by_transid(const RawAddress& bd_addr, in find_eatt_channel_by_transid()
369 bool is_indication_pending(const RawAddress& bd_addr, in is_indication_pending()
384 EattChannel* get_channel_available_for_indication(const RawAddress& bd_addr) { in get_channel_available_for_indication()
396 EattChannel* get_channel_available_for_client_request( in get_channel_available_for_client_request()
411 void free_gatt_resources(const RawAddress& bd_addr) { in free_gatt_resources()
424 bool is_outstanding_msg_in_send_queue(const RawAddress& bd_addr) { in is_outstanding_msg_in_send_queue()
436 EattChannel* get_channel_with_queued_data(const RawAddress& bd_addr) { in get_channel_with_queued_data()
449 static void eatt_ind_ack_timeout(void* data) { in eatt_ind_ack_timeout()
457 static void eatt_ind_confirmation_timeout(void* data) { in eatt_ind_confirmation_timeout()
465 void start_indication_confirm_timer(const RawAddress& bd_addr, uint16_t cid) { in start_indication_confirm_timer()
478 void stop_indication_confirm_timer(const RawAddress& bd_addr, uint16_t cid) { in stop_indication_confirm_timer()
489 void start_app_indication_timer(const RawAddress& bd_addr, uint16_t cid) { in start_app_indication_timer()
501 void stop_app_indication_timer(const RawAddress& bd_addr, uint16_t cid) { in stop_app_indication_timer()
512 void reconfigure(const RawAddress& bd_addr, uint16_t cid, uint16_t new_mtu) { in reconfigure()
540 void reconfigure_all(const RawAddress& bd_addr, uint16_t new_mtu) { in reconfigure_all()
574 void supported_features_cb(uint8_t role, const RawAddress& bd_addr, in supported_features_cb()
595 void disconnect_channel(uint16_t cid) { L2CA_DisconnectReq(cid); } in disconnect_channel()
597 void disconnect(const RawAddress& bd_addr) { in disconnect()
625 void connect(const RawAddress& bd_addr) { in connect()
662 void add_from_storage(const RawAddress& bd_addr) { in add_from_storage()