HomeSort by relevance Sort by last modified time
    Searched refs:BOOLEAN (Results 201 - 225 of 1112) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/bt/stack/gatt/
gatt_api.c 83 BOOLEAN GATTS_AddHandleRange(tGATTS_HNDL_RANGE *p_hndl_range)
86 BOOLEAN status= FALSE;
110 BOOLEAN GATTS_NVRegister (tGATT_APPL_INFO *p_cb_info)
112 BOOLEAN status= FALSE;
141 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri)
147 BOOLEAN save_hdl=FALSE;
393 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
    [all...]
gatt_db.c 41 static BOOLEAN allocate_svc_db_buf(tGATT_SVC_DB *p_db);
43 static BOOLEAN deallocate_attr_in_db(tGATT_SVC_DB *p_db, void *p_attr);
44 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len);
46 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri);
62 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri,
120 BOOLEAN read_long,
210 BOOLEAN read_long,
650 (BOOLEAN)(op_code == GATT_REQ_READ_BLOB)
    [all...]
  /system/bt/stack/avdt/
avdt_int.h 420 BOOLEAN llcong;
442 BOOLEAN allocated; /* Whether ccb is allocated */
444 BOOLEAN ll_opened; /* TRUE if LL is opened */
445 BOOLEAN proc_busy; /* TRUE when a discover or get capabilities procedure in progress */
447 BOOLEAN cong; /* Whether signaling channel is congested */
449 BOOLEAN reconn; /* If TRUE, reinitiate connection after transitioning from CLOSING to IDLE state */
482 BOOLEAN llcong;
495 BOOLEAN allocated; /* whether scb is allocated or unused */
496 BOOLEAN in_use; /* whether stream being used by peer */
498 BOOLEAN remove; /* whether CB is marked for removal *
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 142 BOOLEAN is_congested;
300 BOOLEAN flush);
381 BOOLEAN *p_more);
435 BOOLEAN *p_more);
464 BOOLEAN is_busy);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subauth.h 129 BOOLEAN LmPasswordPresent;
130 BOOLEAN NtPasswordPresent;
131 BOOLEAN PasswordExpired;
132 BOOLEAN PrivateDataSensitive;
223 BOOLEAN Authoritative;
usbuser.h 225 BOOLEAN CanWakeup;
226 BOOLEAN IsPowered;
304 BOOLEAN RootHubEnabled;
319 BOOLEAN CheckedPortDriver;
320 BOOLEAN CheckedMiniportDriver;
  /system/bt/bta/gatt/
bta_gatts_api.c 144 UINT16 num_handle, BOOLEAN is_primary)
332 UINT8 *p_data, BOOLEAN need_confirm)
396 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct,
425 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
474 void BTA_GATTS_Listen(tBTA_GATTS_IF server_if, BOOLEAN start, BD_ADDR_PTR target_bda)
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 83 BOOLEAN bta_hf_client_add_record(char *p_service_name, UINT8 scn,
91 BOOLEAN result = TRUE;
217 BOOLEAN bta_hf_client_sdp_find_attr(void)
222 BOOLEAN result = FALSE;
307 BOOLEAN db_inited = FALSE;
  /system/bt/bta/include/
bta_hh_api.h 221 BOOLEAN le_hid; /* is LE devices? */
222 BOOLEAN scps_supported; /* scan parameter service supported */
249 BOOLEAN mod_key[BTA_HH_MOD_MAX_KEY];
255 BOOLEAN caps_lock; /* is caps locked */
256 BOOLEAN num_lock; /* is Num key pressed */
bta_hf_client_api.h 210 BOOLEAN inc;
212 BOOLEAN mpty;
213 BOOLEAN number_present;
  /system/bt/stack/avct/
avct_int.h 86 BOOLEAN cong; /* TRUE, if congested */
109 BOOLEAN ch_close; /* Whether CCB initiated channel close */
127 BOOLEAN cong;
152 extern BOOLEAN avct_bcb_last_ccb(tAVCT_BCB *p_bcb, tAVCT_CCB *p_ccb_last);
160 extern BOOLEAN avct_lcb_last_ccb(tAVCT_LCB *p_lcb, tAVCT_CCB *p_ccb_last);
  /system/bt/stack/bnep/
bnep_int.h 183 BOOLEAN profile_registered; /* TRUE when we got our BD addr */
218 extern BOOLEAN bnepu_does_dest_support_prot (tBNEP_CONN *p_bcb, UINT16 protocol);
220 UINT8 *p_src_addr, UINT8 *p_dest_addr, BOOLEAN ext_bit);
235 BOOLEAN is_ext);
239 BOOLEAN fw_ext_present, UINT8 *p_data);
  /system/bt/stack/sdp/
sdpint.h 160 BOOLEAN last_attr_seq_desc_sent; /* whether attr seq length has been sent previously */
285 extern BOOLEAN sdpu_is_base_uuid (UINT8 *p_uuid);
286 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
287 extern BOOLEAN sdpu_compare_bt_uuids (tBT_UUID *p_uuid1, tBT_UUID *p_uuid2);
288 extern BOOLEAN sdpu_compare_uuid_with_attr (tBT_UUID *p_btuuid, tSDP_DISC_ATTR *p_attr);
  /system/bt/stack/btm/
btm_sec.c 55 BOOLEAN (APPL_AUTH_WRITE_EXCEPTION)(BD_ADDR bd_addr);
61 tBTM_SEC_SERV_REC *btm_sec_find_first_serv (BOOLEAN is_originator, UINT16 psm);
68 static BOOLEAN btm_sec_start_get_name (tBTM_SEC_DEV_REC *p_dev_rec);
69 static BOOLEAN btm_sec_start_authentication (tBTM_SEC_DEV_REC *p_dev_rec);
70 static BOOLEAN btm_sec_start_encryption (tBTM_SEC_DEV_REC *p_dev_rec);
82 static BOOLEAN btm_sec_queue_mx_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_orig,
87 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec);
90 BOOLEAN btm_sec_are_all_trusted(UINT32 p_mask[]);
96 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id
    [all...]
  /system/bt/stack/smp/
smp_utils.c 80 static BOOLEAN smp_parameter_unconditionally_valid(tSMP_CB *p_cb);
81 static BOOLEAN smp_parameter_unconditionally_invalid(tSMP_CB *p_cb);
84 typedef BOOLEAN (*tSMP_CMD_LEN_VALID)(tSMP_CB *p_cb);
86 static BOOLEAN smp_command_has_valid_fixed_length(tSMP_CB *p_cb);
109 typedef BOOLEAN (*tSMP_CMD_PARAM_RANGES_VALID)(tSMP_CB *p_cb);
111 static BOOLEAN smp_pairing_request_response_parameters_are_valid(tSMP_CB *p_cb);
112 static BOOLEAN smp_pairing_keypress_notification_is_valid(tSMP_CB *p_cb);
284 BOOLEAN smp_send_msg_to_L2CAP(BD_ADDR rem_bda, BT_HDR *p_toL2CAP)
315 BOOLEAN smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb)
318 BOOLEAN sent = FALSE
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
userial.h 251 UDRV_API extern BOOLEAN USERIAL_WriteBuf(tUSERIAL_PORT, BT_HDR *);
255 UDRV_API extern BOOLEAN USERIAL_Feature(tUSERIAL_FEATURE);
256 UDRV_API extern BOOLEAN USERIAL_IsClosed();
  /external/libnfc-nci/src/adaptation/
libmain.c 200 void delete_stack_non_volatile_store (BOOLEAN forceDelete)
202 static BOOLEAN firstTime = TRUE;
247 BOOLEAN isValid = FALSE;
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 120 BOOLEAN enable_server;
218 BOOLEAN congested; /* TRUE if data link is congested */
223 BOOLEAN collision_congested; /* TRUE if collision connection is congested */
  /external/libnfc-nci/src/nfc/int/
rw_int.h 118 BOOLEAN b_lock_read; /* Is the lock byte is already read from tag */
147 BOOLEAN b_update; /* Tag header updated */
148 BOOLEAN b_rseg; /* Segment 0 read from tag */
149 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */
291 BOOLEAN b_lock_read; /* Is the lock byte is already read from tag */
311 BOOLEAN b_read_hdr; /* Tag header read from tag */
312 BOOLEAN b_read_data; /* Tag data block read from tag */
313 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */
314 BOOLEAN check_tag_halt; /* Resent command after NACK rsp to find tag is in HALT State */
316 BOOLEAN skip_dyn_locks; /* Skip reading dynamic lock bytes from the tag (…)
    [all...]
  /external/libnfc-nci/src/udrv/include/
ucodec.h 167 BOOLEAN VBR; /* Variable Bit Rate */
168 BOOLEAN CRC_On; /* CRC error detection */
169 BOOLEAN MPF; /* Media payload format */
  /system/bt/stack/avrc/
avrc_sdp.c 114 BOOLEAN result = TRUE;
196 BOOLEAN browse_supported, UINT16 profile_version)
199 BOOLEAN result = TRUE;
  /system/bt/stack/include/
avrc_api.h 214 BOOLEAN browse_supported, UINT16 profile_version);
654 extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);
666 extern BOOLEAN AVRC_IsValidPlayerAttr(UINT8 attr);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Type.java 50 * The sort of the <tt>boolean</tt> type. See {@link #getSort getSort}.
52 public static final int BOOLEAN = 1;
105 * The <tt>boolean</tt> type.
107 public static final Type BOOLEAN_TYPE = new Type(BOOLEAN);
233 } else if (c == Boolean.TYPE) {
387 * @return {@link #VOID VOID}, {@link #BOOLEAN BOOLEAN},
430 case BOOLEAN:
431 return "boolean";
519 case BOOLEAN:
    [all...]
  /external/selinux/policycoreutils/gui/
booleansPage.py 74 class Boolean(Modifier):
82 BOOLEAN = 3
138 col = gtk.TreeViewColumn("Name", gtk.CellRendererText(), text=BOOLEAN)
139 col.set_sort_column_id(BOOLEAN)
175 boolean = store.get_value(iter, BOOLEAN)
177 if boolean == None:
181 (rc, out) = commands.getstatusoutput("semanage boolean -d %s" % boolean)
200 return _("Boolean")
    [all...]
  /system/bt/bta/ag/
bta_ag_sdp.c 128 BOOLEAN bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn,
137 BOOLEAN result = TRUE;
138 BOOLEAN codec_supported = FALSE;
305 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service)
311 BOOLEAN result = FALSE;
411 BOOLEAN db_inited = FALSE;

Completed in 591 milliseconds

1 2 3 4 5 6 7 891011>>