Home
last modified time | relevance | path

Searched refs:BTM_MAX_REM_BD_NAME_LEN (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h922 #ifndef BTM_MAX_REM_BD_NAME_LEN
923 #define BTM_MAX_REM_BD_NAME_LEN 64 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c110 BCM_STRNCPY_S ((char *)p_dev_rec->sec_bd_name, (char *)bd_name, BTM_MAX_REM_BD_NAME_LEN); in BTM_SecAddDevice()
Dbtm_acl.c242 void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, UINT8 bdn[BTM_MAX_REM_BD_NAME_LEN], in btm_acl_created() argument
311 memcpy (p->remote_name, bdn, BTM_MAX_REM_BD_NAME_LEN); in btm_acl_created()
Dbtm_sec.c3034 … BCM_STRNCPY_S ((char *)p_dev_rec->sec_bd_name, (char *)p_bd_name, BTM_MAX_REM_BD_NAME_LEN); in btm_sec_rmt_name_request_complete()
3035 p_dev_rec->sec_bd_name[BTM_MAX_REM_BD_NAME_LEN] = '\0'; in btm_sec_rmt_name_request_complete()
3763 … BCM_STRNCPY_S((char *)evt_data.bd_name, (char *)p_dev_rec->sec_bd_name, BTM_MAX_REM_BD_NAME_LEN); in btm_rem_oob_req()
3764 evt_data.bd_name[BTM_MAX_REM_BD_NAME_LEN] = '\0'; in btm_rem_oob_req()
Dbtm_ble.c122 BCM_STRNCPY_S ((char *)p_dev_rec->sec_bd_name, (char *)bd_name, BTM_MAX_REM_BD_NAME_LEN); in BTM_SecAddBleDevice()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1044 void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, UINT8 bdn[BTM_MAX_REM_BD_NAME_LEN],
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h105 typedef UINT8 tBTM_BD_NAME[BTM_MAX_REM_BD_NAME_LEN + 1];