* Function gatt_end_operation * Description This function ends a discovery, send callback and finalize * some control value. * Returns 16 bits uuid.
* Function gatt_clcb_dealloc * Description The function de allocates a GATT connection link control block * Returns None
* Function gatt_act_read * Description GATT read operation. * Returns void.
* Function gatt_check_enc_req * Description check link security. * Returns TRUE if encrypted, otherwise FALSE.
* Function gatt_send_queue_write_cancel * Description send queue write cancel * Returns void.
* Function gatt_send_prepare_write * Description Send prepare write. * Returns void.
* Function gatt_add_pending_new_srv_start * Description Add a pending new srv start to the new service start queue * Returns Pointer to the new service start buffer, NULL no buffer available
* Function gatt_act_write * Description GATT write operation. * Returns void.
* Function gatt_determine_sec_act * Description This routine determine the security action based on auth_request and * current link status * Returns tGATT_SEC_ACTION security action
SMP_INCLUDED == TRUE * Function gatt_sec_check_complete * Description security check complete and proceed to data sending action. * Returns void.
* Function gatt_sign_data * Description This function sign the data for write command. * Returns TRUE if encrypted, otherwise FALSE.
* Function gatt_process_read_rsp * Description This function is called to handle the read BLOB response * Returns void
* Function gatt_process_find_type_value_rsp * Description This function is called to handle find by type value response. * Returns void
* Function gatt_process_read_info_rsp * Description This function is called to handle the read information * response. * Returns void
* Function gatt_process_handle_rsp * Description This function is called to handle the write response * Returns void
* Function gatt_process_mtu_rsp * Description This function is called to process the configure MTU response. * Returns void
* Function gatt_process_error_rsp * Description This function is called to handle the error response * Returns void
* Function gatt_process_prep_write_rsp * Description This function is called to handle the read response * Returns void
* Function gatt_check_write_long_terminate * Description To terminate write long or not. * Returns TRUE: write long is terminated; FALSE keep sending.
* Function gatt_process_read_by_type_rsp * Description This function is called to handle the read by type response. * read by type can be used for discovery, or read by type or * read characteristic value. * Returns void
* Function gatt_proc_disc_error_rsp * Description This function process the read by type response and send another * request if needed. * Returns void.