Found 13 other functions taking a
btgatt_db_element_t
argument:
* Function BTA_GATTC_GetGattDb * Description This function is called to get the GATT database. * Parameters conn_id: connection ID which identify the server. * db: output parameter which will contain the GATT database copy. * Caller is responsible for freeing it. * count: number of elements in database.
* Function bta_gattc_get_gatt_db * Description copy the server GATT database into db parameter. * Parameters conn_id: connection ID which identify the server. * db: output parameter which will contain GATT database copy. * Caller is responsible for freeing it. * count: number of elements in database. * Returns None.
* Function bta_gattc_get_gatt_db_impl * Description copy the server GATT database into db parameter. * Parameters p_srvc_cb: server. * db: output parameter which will contain GATT database copy. * Caller is responsible for freeing it. * count: output parameter which will contain number of * elements in database. * Returns None.