Lines Matching refs:UINT32
532 #define BTM_EIR_SERVICE_ARRAY_SIZE (((UINT32)BTM_EIR_MAX_SERVICES / BTM_EIR_ARRAY_BITS) + \
533 (((UINT32)BTM_EIR_MAX_SERVICES % BTM_EIR_ARRAY_BITS) ? 1 : 0))
536 #define BTM_EIR_SET_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS…
537 ((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS)))
541 #define BTM_EIR_CLR_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS…
542 ~((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS)))
545 #define BTM_EIR_HAS_SERVICE(p, service) ((((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BIT…
546 …((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS))) >> (((UINT32)(service)) % BTM_EIR_ARRAY…
608 UINT32 eir_uuid[BTM_EIR_SERVICE_ARRAY_SIZE];
1021 UINT32 tx_bw;
1022 UINT32 rx_bw;
1162 #define BTM_SEC_SERVICE_ARRAY_SIZE (((UINT32)BTM_SEC_MAX_SERVICES / BTM_SEC_ARRAY_BITS) + \
1163 (((UINT32)BTM_SEC_MAX_SERVICES % BTM_SEC_ARRAY_BITS) ? 1 : 0))
1232 #define BTM_SEC_SET_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_SEC_ARRAY_BITS…
1233 ((UINT32)1 << (((UINT32)(service)) % BTM_SEC_ARRAY_BITS)))
1237 #define BTM_SEC_CLR_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_SEC_ARRAY_BITS…
1238 ~((UINT32)1 << (((UINT32)(service)) % BTM_SEC_ARRAY_BITS)))
1241 #define BTM_SEC_IS_SERVICE_TRUSTED(p, service) (((((UINT32 *)(p))[(((UINT32)(service)) / BTM_SEC…
1242 … (UINT32)(((UINT32)1 << (((UINT32)(service)) % BTM_SEC_ARRAY_BITS)))) ? TRUE : FALSE)
1245 #define BTM_SEC_COPY_TRUSTED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SER…
1246 … ((UINT32 *)(p_dst))[trst] = ((UINT32 *)(p_src))[trst];}
1249 #define BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARR…
1250 ((UINT32 *)(p_dst))[trst] = 0;}
1449 …UINT32 num_val; /* the numeric value for comparison. If just_works, do not show th…
1471 UINT32 passkey; /* passkey */
1646 UINT32 counter;
1663 UINT32 counter;
1694 UINT32 key_notif; /* BTM_LE_KEY_NOTIF_EVT */
3207 extern UINT32 * BTM_ReadTrustedMask (BD_ADDR bd_addr);
3268 UINT16 psm, UINT32 mx_proto_id,
3269 UINT32 mx_chan_id);
3281 extern void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id);
3312 UINT32 trusted_mask[], LINK_KEY link_key,
3378 UINT8 *p_pin, UINT32 trusted_mask[]);
3397 UINT32 trusted_mask[]);
3417 UINT32 trusted_mask[]);
3487 extern void BTM_PasskeyReqReply(tBTM_STATUS res, BD_ADDR bd_addr, UINT32 passkey);
3777 extern BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
3808 extern void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
3822 extern void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
3839 extern UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p,