Home
last modified time | relevance | path

Searched refs:BT_MAX_SERVICE_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h327 #define BTM_SEC_SERVICE_NAME_LEN BT_MAX_SERVICE_NAME_LEN
331 #ifndef BT_MAX_SERVICE_NAME_LEN
332 #define BT_MAX_SERVICE_NAME_LEN 21 macro
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h68 uint8_t orig_service_name[BT_MAX_SERVICE_NAME_LEN + 1];
69 uint8_t term_service_name[BT_MAX_SERVICE_NAME_LEN + 1];
Dbtm_sec.cc426 BT_MAX_SERVICE_NAME_LEN - 1) || in BTM_SetSecurityLevel()
429 BT_MAX_SERVICE_NAME_LEN - 1))) { in BTM_SetSecurityLevel()
462 BT_MAX_SERVICE_NAME_LEN + 1); in BTM_SetSecurityLevel()
489 BT_MAX_SERVICE_NAME_LEN + 1); in BTM_SetSecurityLevel()
517 mx_chan_id, p_srec->security_flags, p_name, BT_MAX_SERVICE_NAME_LEN); in BTM_SetSecurityLevel()