Lines Matching refs:UINT32
538 #define BTM_EIR_SERVICE_ARRAY_SIZE (((UINT32)BTM_EIR_MAX_SERVICES / BTM_EIR_ARRAY_BITS) + \
539 (((UINT32)BTM_EIR_MAX_SERVICES % BTM_EIR_ARRAY_BITS) ? 1 : 0))
542 #define BTM_EIR_SET_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS…
543 ((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS)))
547 #define BTM_EIR_CLR_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS…
548 ~((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS)))
551 #define BTM_EIR_HAS_SERVICE(p, service) ((((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BIT…
552 …((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS))) >> (((UINT32)(service)) % BTM_EIR_ARRAY…
615 UINT32 eir_uuid[BTM_EIR_SERVICE_ARRAY_SIZE];
1036 UINT32 tx_bw;
1037 UINT32 rx_bw;
1166 #define BTM_SEC_SERVICE_ARRAY_SIZE (((UINT32)BTM_SEC_MAX_SERVICES / BTM_SEC_ARRAY_BITS) + \
1167 (((UINT32)BTM_SEC_MAX_SERVICES % BTM_SEC_ARRAY_BITS) ? 1 : 0))
1236 #define BTM_SEC_SET_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_SEC_ARRAY_BITS…
1237 ((UINT32)1 << (((UINT32)(service)) % BTM_SEC_ARRAY_BITS)))
1241 #define BTM_SEC_CLR_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_SEC_ARRAY_BITS…
1242 ~((UINT32)1 << (((UINT32)(service)) % BTM_SEC_ARRAY_BITS)))
1245 #define BTM_SEC_IS_SERVICE_TRUSTED(p, service) (((((UINT32 *)(p))[(((UINT32)(service)) / BTM_SEC…
1246 … (UINT32)(((UINT32)1 << (((UINT32)(service)) % BTM_SEC_ARRAY_BITS)))) ? TRUE : FALSE)
1249 #define BTM_SEC_COPY_TRUSTED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SER…
1250 … ((UINT32 *)(p_dst))[trst] = ((UINT32 *)(p_src))[trst];}
1253 #define BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARR…
1254 ((UINT32 *)(p_dst))[trst] = 0;}
1465 …UINT32 num_val; /* the numeric value for comparison. If just_works, do not show th…
1487 UINT32 passkey; /* passkey */
1646 UINT32 counter;
1662 UINT32 counter;
1693 UINT32 key_notif; /* BTM_LE_KEY_NOTIF_EVT */
3720 BTM_API extern UINT32 * BTM_ReadTrustedMask (BD_ADDR bd_addr);
3777 UINT16 psm, UINT32 mx_proto_id,
3778 UINT32 mx_chan_id);
3793 … UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id,
3794 UINT32 mx_chan_id);
3806 BTM_API extern void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id);
3851 UINT32 trusted_mask[], LINK_KEY link_key,
3928 UINT8 *p_pin, UINT32 trusted_mask[]);
3945 UINT32 trusted_mask[]);
3957 …BTM_API extern tBTM_STATUS BTM_SecBond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trust…
4024 BTM_API extern void BTM_PasskeyReqReply(tBTM_STATUS res, BD_ADDR bd_addr, UINT32 passkey);
4333 BTM_API extern BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4364 BTM_API extern void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4378 BTM_API extern void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4395 BTM_API extern UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p,
4571 UINT32 ac_low, UINT32 ac_high, UINT16 pkt_hdr,