Home
last modified time | relevance | path

Searched refs:bondableMode (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h244 uint8_t bondableMode; member
266 uint8_t bondableMode; member
H A Dgap.h80 * @param[in] bondableMode boneable mode
86 int GAP_SetBondableMode(uint8_t bondableMode);
H A Dgap.c321 isBondMode = (g_gapMng.bredr.bondableMode == GAP_BONDABLE_MODE); in GapIsBondMode()
387 return g_gapMng.le.local.bondableMode == GAP_BONDABLE_MODE; in GapIsLeBondableMode()
847 int GAP_SetBondableMode(uint8_t bondableMode) in GAP_SetBondableMode() argument
849 LOG_INFO("%{public}s:bondable[%hhu]", __FUNCTION__, bondableMode); in GAP_SetBondableMode()
855 g_gapMng.bredr.bondableMode = bondableMode; in GAP_SetBondableMode()
856 if (bondableMode == GAP_BONDABLE_MODE) { in GAP_SetBondableMode()
H A Dgap_le_conn.c362 localInfo->bondableMode = mode; in GAP_LeSetBondMode()
H A Dgap_le_sec.c934 if (localInfo->bondableMode == GAP_BONDABLE_MODE_NON) { in GAP_LePairFeatureRsp()

Completed in 7 milliseconds