channel ::== %d1-30
uuid ::== 1*32(HEXDIG)
bool ::== "true" | "false"
btAddress ::== 12*12(HEXDIG)
text ::== 1*( ALPHA | DIGIT | " " | "-" | "_" )
HEXDIG ::== "A".."F" | "a".."f" | "0".."9"
ALPHA ::== "A".."Z" | "a".."z"
DIGIT ::== "0".."9"
name ::== ";name=" text
master ::== ";master=" bool
encrypt ::== ";encrypt=" bool
authorize ::== ";authorize=" bool
authenticate ::== ";authenticate=" bool
cliParams ::== master | encrypt | authenticate
srvParams ::== name | master | encrypt | authorize | authenticate
例子: