Home
last modified time | relevance | path

Searched refs:gatt_service_client_connection_t (Results 1 – 5 of 5) sorted by relevance

/btstack/src/ble/
H A Dgatt_service_client.h104 } gatt_service_client_connection_t; typedef
166gatt_service_client_connection_t *connection,
189gatt_service_client_connection_t *connection,
201 uint8_t gatt_service_client_disconnect(gatt_service_client_connection_t *connection);
211 gatt_service_client_can_query_characteristic(const gatt_service_client_connection_t *connection,
221 …_service_client_characteristic_value_handle_for_index(const gatt_service_client_connection_t *conn…
231 …_service_client_characteristic_index_for_value_handle(const gatt_service_client_connection_t *conn…
240 uint16_t gatt_service_client_get_connection_id(const gatt_service_client_connection_t * connection);
248 hci_con_handle_t gatt_service_client_get_con_handle(const gatt_service_client_connection_t * connec…
256 uint8_t gatt_service_client_get_service_index(const gatt_service_client_connection_t * connection);
[all …]
H A Dgatt_service_client.c61 …_client_finalize_connection(gatt_service_client_t * client, gatt_service_client_connection_t * con… in gatt_service_client_finalize_connection()
78 static gatt_service_client_connection_t * gatt_service_client_get_connection_for_con_handle_and_ser… in gatt_service_client_get_connection_for_con_handle_and_service_index()
82gatt_service_client_connection_t * connection = (gatt_service_client_connection_t *)btstack_linked… in gatt_service_client_get_connection_for_con_handle_and_service_index()
90 static gatt_service_client_connection_t * gatt_service_client_get_connection_for_con_handle_and_att… in gatt_service_client_get_connection_for_con_handle_and_attribute_handle()
94gatt_service_client_connection_t * connection = (gatt_service_client_connection_t *)btstack_linked… in gatt_service_client_get_connection_for_con_handle_and_attribute_handle()
103 static gatt_service_client_connection_t * gatt_service_client_get_connection_for_cid( in gatt_service_client_get_connection_for_cid()
108gatt_service_client_connection_t * connection = (gatt_service_client_connection_t *)btstack_linked… in gatt_service_client_get_connection_for_cid()
115 uint16_t gatt_service_client_get_mtu(const gatt_service_client_connection_t *connection) { in gatt_service_client_get_mtu()
121 uint16_t gatt_service_client_get_connection_id(const gatt_service_client_connection_t * connection){ in gatt_service_client_get_connection_id()
126 hci_con_handle_t gatt_service_client_get_con_handle(const gatt_service_client_connection_t * connec… in gatt_service_client_get_con_handle()
[all …]
/btstack/src/ble/gatt-service/
H A Dtx_power_service_client.h74 gatt_service_client_connection_t basic_connection;
H A Dimmediate_alert_service_client.h71 gatt_service_client_connection_t basic_connection;
H A Dlink_loss_service_client.h75 gatt_service_client_connection_t basic_connection;