Searched refs:BT_PSM_GATT (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.h | 174 static const uint16_t BT_PSM_GATT = 0x001F; member in OHOS::bluetooth::GattConnectionManager
|
H A D | gatt_connection_manager.cpp | 324 GapServiceSecurityInfo clientServiceInfo = {OUTGOING, GATT_CLIENT, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in StartUp() 325 GapServiceSecurityInfo serverServiceInfo = {INCOMING, GATT_SERVER, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in StartUp() 358 GapServiceSecurityInfo clientServiceInfo = {OUTGOING, GATT_CLIENT, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in ShutDown() 359 GapServiceSecurityInfo serverServiceInfo = {INCOMING, GATT_SERVER, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in ShutDown()
|
Completed in 4 milliseconds