Datasheet
7 / 23
#10: Set/Poll Inquire Access Code
Command
Return
Argument
AT+
IAC=<Param>
1: OK
2: FAIL
Param:
Inquire Access Code
Default: 938b33
Detailed explanation can be found
the appendix.
AT+IAC?
+IAC: <Param>
OK
If the inquire access code is set to GIAC(General Inquire Access Code: 0x9e8b33), it can be
used to discover or be discovered by all nearby devices. If user wants the device to be able
to be found quickly, user can set the Inquire Access Code to be code not as GIAC and LIAC,
such as 0x928b3f.
Example:
AT+IAC=928b3f\r\n
OK
AT+IAC?\r\n
+ IAC: 928b3f
OK
#11: Set and poll Inquiry mode
Command
Return
Argument
AT+
INQM
=<Para
m1
>
, <Param2>,
<Param3>
1.
OK
2. FAIL
Param1: Inquiry Mode
0— inquirey mode
standard
1— inquiry mode rssi
Param2: max response
number
Param3: time out, 1-48
(1.28s-61.44s)
Default: 1,1,48
AT+INQM?
+INQM: <Param1>,
<Param2>,<Param3>
OK
AT+INQM=1,9,48\r\n -- Set inquiry mode: with RSSI, max device response number 9 then
stop inquiry, max time out 48X1.28=61.44s
OK
AT+INQM?\r\n
+INQM:1,9,48
OK