fix(bt): fixed -Write-strings warning in btm_ble_5_gap.c

This commit is contained in:
Ivan Grokhotkov 2023-09-22 20:00:53 +02:00
parent eafa723093
commit 1fbee174af
No known key found for this signature in database
GPG Key ID: 1E050E141B280628

View File

@ -35,7 +35,7 @@ typedef struct {
tBTM_EXT_ADV_RECORD adv_record[MAX_BLE_ADV_INSTANCE] = {0};
extern void btm_ble_inter_set(bool extble_inter);
static char *btm_ble_hci_status_to_str(tHCI_STATUS status)
static const char *btm_ble_hci_status_to_str(tHCI_STATUS status)
{
switch(status) {
case HCI_SUCCESS: