Home
last modified time | relevance | path

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

/haiku/headers/os/bluetooth/
H A DDiscoveryAgent.h17 #define BT_GIAC 0x9E8B33 macro
35 static const int GIAC = BT_GIAC;
/haiku/src/bin/
H A Dbt_discovery.cpp81 dAgent->StartInquiry(BT_GIAC, dListener); in DumpInfo()
/haiku/src/preferences/bluetooth/
H A DInquiryPanel.cpp179 fDiscoveryAgent->StartInquiry(BT_GIAC, fDiscoveryListener, GetInquiryTime()); in MessageReceived()