mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
gatt_service_client: remove gatt_service_client_att_status_to_error_code
This commit is contained in:
parent
8981e44266
commit
7e964e2653
@ -141,9 +141,6 @@ uint8_t gatt_service_client_characteristic_index_for_value_handle(const gatt_ser
|
||||
return GATT_SERVICE_CLIENT_INVALID_INDEX;
|
||||
}
|
||||
|
||||
uint8_t gatt_service_client_att_status_to_error_code(uint8_t att_error_code){
|
||||
return gatt_client_att_status_to_error_code(att_error_code);
|
||||
}
|
||||
|
||||
static void gatt_service_client_emit_connected(btstack_packet_handler_t event_callback, hci_con_handle_t con_handle, uint16_t cid, uint8_t status){
|
||||
btstack_assert(event_callback != NULL);
|
||||
|
@ -280,14 +280,6 @@ void gatt_service_client_dump_characteristic_value_handles(const gatt_service_cl
|
||||
void gatt_service_client_deinit(void);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Map ATT Error Code to (extended) Error Codes
|
||||
* @param att_error_code
|
||||
* @return
|
||||
*/
|
||||
uint8_t gatt_service_client_att_status_to_error_code(uint8_t att_error_code);
|
||||
|
||||
|
||||
/* API_END */
|
||||
|
||||
#if defined __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user